-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path404.html
More file actions
34 lines (29 loc) · 1.29 KB
/
404.html
File metadata and controls
34 lines (29 loc) · 1.29 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
---
layout: default
title: "404: Page not found"
permalink: /404.html
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta http-equiv="refresh" content="5; URL=/">
<title>Why & How</title>
<style>
.rotatinglogo { position: absolute; width: 16rem; height: 16rem; margin: 2rem auto; -webkit-animation:spin 2.5s linear infinite; -moz-animation:spin 2.5s linear infinite; animation:spin 2.5s linear infinite; } @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
</style>
</head>
<body>
<div class="page">
<h1 class="page-title">汝之所求,非吾所有</h1>
<strong> 然世间万物,莫不生于道,灭于道。</strong>
<p class="message">
易有太极,是生两仪,两仪生四象,四象生八卦。 ——《易传·系辞上传》
</p>
故此,正在返回 <a href='/'> 太极页面 </a>
<div style="height:16rem;">
<a href='/'><img class="rotatinglogo" src="/public/logo.svg" alt="Logo" /></a></div>
</div>
</body>
</html>