戒酒的李白

【404.html】优化页面逻辑,增加返回主页按钮

@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> 5 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6 - <title>404</title> 6 + <title>404页面</title>
7 <link rel="stylesheet" href="/static/css/backend-plugin.min.css"> 7 <link rel="stylesheet" href="/static/css/backend-plugin.min.css">
8 <link rel="stylesheet" href="/static/css/backend.css"> </head> 8 <link rel="stylesheet" href="/static/css/backend.css"> </head>
9 <body class=" "> 9 <body class=" ">
@@ -14,7 +14,11 @@ @@ -14,7 +14,11 @@
14 <div class="row no-gutters height-self-center"> 14 <div class="row no-gutters height-self-center">
15 <div class="col-sm-12 text-center align-self-center"> 15 <div class="col-sm-12 text-center align-self-center">
16 <div class="iq-error position-relative"> 16 <div class="iq-error position-relative">
17 - 这是404页面 17 + <img src="/static/picture/Datum_404.png" class="img-fluid iq-error-img iq-error-img-dark mx-auto" alt="">
  18 + <img src="/static/picture/Datum_404.png" class="img-fluid iq-error-img mb-0" alt="">
  19 + <h2 class="mb-0">噢!该页面没有找到..</h2>
  20 + <p>本次请求没有任何反应.</p>
  21 + <a class="btn btn-primary d-inline-flex align-items-center mt-3" href="/user/login"><i class="ri-home-4-line mr-2"></i>回到登录页</a>
18 </div> 22 </div>
19 </div> 23 </div>
20 </div> 24 </div>