戒酒的李白

【error.html】500错误页面前端设计

  1 +<!-- 写一个错误页面 -->
  2 +<!DOCTYPE html>
  3 +<html lang="en">
  4 + <head>
  5 + <meta charset="utf-8">
  6 + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7 + <title>404</title>
  8 + <link rel="stylesheet" href="/static/css/backend-plugin.min.css">
  9 + <link rel="stylesheet" href="/static/css/backend.css">
  10 + </head>
  11 + <body class=" ">
  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 + </body>