-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
26 lines (23 loc) · 1.12 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html class="error-page" xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn" lang="zh-cn" dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href=".">
<meta name="generator" content="Joomla! - Open Source Content Management">
<title>404 - 数萌教育</title>
<link href="/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="./css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="./css/template.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="error-page-inner " style="background-image: url();">
<div>
<div class="container">
<h2 class="error-code">404</h2>
<p class="error-message">Page not found</p>
<a class="btn btn-primary" href="/" title="HOME"><i class="fa fa-chevron-left"></i>返回首页</a>
</div>
</div>
</div>
</body></html>