forked from MarkChenYutian/gwcsclub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
30 lines (27 loc) · 899 Bytes
/
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
---
permalink: /404.html
useTOC: false
title: 404 Error
---
{% include head.html %}
<body>
{% include nav-bar.html %}
<div class="main-content">
<center><img src="{{ site.baseurl }}/assets/404.svg" style="zoom: 60%; margin: -110px auto 0px auto;"/></center>
你好像来到了奇怪的地方……
<div class="horizontal-flex-box">
<div class="flex-page-card" onclick="window.location.href='{{ site.baseurl }}/'">
<img src="{{ site.baseurl }}/assets/home.svg"
height="50px"
/>
<center><p>回到主页</p></center>
</div>
<div class="flex-page-card" onclick="window.history.back();">
<img src="{{ site.baseurl }}/assets/back.svg"
height="50px"
/>
<center><p>回到上一页</p></center>
</div>
</div>
</div>
</body>