forked from RavelloH/NeutralPress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
72 lines (65 loc) · 2.36 KB
/
Copy path404.html
File metadata and controls
72 lines (65 loc) · 2.36 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Error | XeocnetStudio</title>
<!-- CSS -->
<link type="text/css" rel="stylesheet" href="/css/common.css">
<link type="text/css" rel="stylesheet" href="/css/style.css">
<link type="text/css" rel="stylesheet" href="/css/iconfont.css">
<!-- JavaScript -->
<script type="text/javascript" src="/js/loading.js"></script>
<script type="text/javascript" src="/js/common.js"></script>
</head>
<body>
<body>
<section class="showcase">
<header>
<h2 class="logo">
<a href="/">
<img class="logoimg" src="/img/xeo-logo.png" alt="Xeocnet-studio Logo" width="300">
</a>
</h2>
<div class="headers">
<nav>
<a href="/">
HOME
</a>
<a href="/works/">
WORKS
</a>
<a href="/member/">
MEMBER
</a>
<a href="/dynamic/">
DYNAMIC
</a>
<a href="/about/">
ABOUT
</a>
</p>
</nav>
</div>
<div class="toggle" class="header">
</div>
</header>
<div class="overlay"></div>
<div class="text" id="text">
<h2>Warning!!</h2>
<p>Page Not Found... | 页面未找到...</p>
<a class="button" href="/">Back to home</a>
</div><span class="iconfontlarge icon-error"></span>
<ul class="social">
<li><a href="/about/"><span class="iconfont icon-about"></span></a></li>
<li><a href="http://github.com/xeocnet-studio" target="_blank" rel="noreferrer"><span
class="iconfont icon-github"></span></a></li>
</ul>
</section>
<div class="menu">
<ul>
<script type="text/javascript" src="/js/menu.js"></script>
</ul>
</div>
<script src="/js/script.js"></script>
</body>
</html>