-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
37 lines (37 loc) · 1.11 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
27
28
29
30
31
32
33
34
35
36
37
---
permalink: /404.html
---
<!DOCTYPE html>
<html>
{% capture metaDesc %}The resource you visited could not be found.{% endcapture %}
{% include head.html cattitle="404" metaDesc=metaDesc notArticle=true%}
<body>
{% include nav.html %}
<div id="mirrors">
<div class="spacing hidden-xs"></div>
<div class="container">
<div class="row">
<div class="not-found">
{% if site.meow_404 %}
<div class="not-found-bg"></div>
{% endif %}
<div class="not-found-hint">
<div class="not-found-code">
404 NOT FOUND
</div>
</div>
<div class="not-found-links">
<a class="not-found-link" href="javascript:history.back()">
{% fa_svg fas.fa-arrow-left %} 返回上一页
</a>
<a class="not-found-link" href="/">
Mirror List {% fa_svg fas.fa-arrow-right %}
</a>
</div>
</div>
</div>
</div><!--/container -->
</div><!--/mirrors -->
{% include footer.html %}
</body>
</html>