戒酒的李白

【404.html】完成404页面的前端设计

  1 +<!doctype html>
  2 +<html lang="en">
  3 + <head>
  4 + <meta charset="utf-8">
  5 + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6 + <title>404</title>
  7 + <link rel="stylesheet" href="/static/css/backend-plugin.min.css">
  8 + <link rel="stylesheet" href="/static/css/backend.css"> </head>
  9 + <body class=" ">
  10 +
  11 +
  12 + <div class="wrapper">
  13 + <div class="container">
  14 + <div class="row no-gutters height-self-center">
  15 + <div class="col-sm-12 text-center align-self-center">
  16 + <div class="iq-error position-relative">
  17 + 这是404页面
  18 + </div>
  19 + </div>
  20 + </div>
  21 + </div>
  22 + </div>
  23 + /
  24 + </body>
  25 +</html>