49 lines
1.6 KiB
HTML
49 lines
1.6 KiB
HTML
<!doctype html>
|
|
<!--
|
|
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
|
|
* @version 1.0.0-beta20
|
|
* @link https://tabler.io
|
|
* Copyright 2018-2023 The Tabler Authors
|
|
* Copyright 2018-2023 codecalm.net Paweł Kuna
|
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
|
-->
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
<title>404 找不到页面</title>
|
|
|
|
</head>
|
|
|
|
<body class=" border-top-wide border-primary d-flex flex-column">
|
|
|
|
<div class="page page-center">
|
|
<div class="container-tight py-4">
|
|
<div class="empty">
|
|
<div class="empty-header">404</div>
|
|
<p class="empty-title">抱歉,当前页面出错了!</p>
|
|
<p class="empty-subtitle text-secondary">
|
|
找不到资源
|
|
</p>
|
|
<div class="empty-action">
|
|
<a href="/" class="btn btn-primary">
|
|
<!-- Download SVG icon from http://tabler-icons.io/i/arrow-left -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24"
|
|
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
<path d="M5 12l14 0" />
|
|
<path d="M5 12l6 6" />
|
|
<path d="M5 12l6 -6" />
|
|
</svg>
|
|
返回主页
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "footer.html"}}
|
|
</div>
|
|
</body>
|
|
|
|
</html> |