-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
154 lines (122 loc) · 7.48 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang='en-us'>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap" rel="stylesheet">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
Jannes-404 Page not found
</title><meta name="generator" content="Hugo 0.91.2" />
<link href="/css/styles.min.075ed747e6645071a44e314f2257d370a661102af2f9a085c2f958131f86abe7.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script>
</head>
<body class="antialiased font-sans">
<div class="h-screen flex overflow-hidden" x-data="{ sidebarOpen: false }"
@keydown.window.escape="sidebarOpen = false">
<div x-show="sidebarOpen" class="md:hidden" style="display: none;">
<div class="fixed inset-0 flex z-40">
<div @click="sidebarOpen = false" x-show="sidebarOpen"
x-description="Off-canvas menu overlay, show/hide based on off-canvas menu state."
x-transition:enter="transition-opacity ease-linear duration-300" x-transition:enter-start="opacity-0"
x-transition:enter-end="opacity-100" x-transition:leave="transition-opacity ease-linear duration-300"
x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="fixed inset-0"
style="display: none;">
<div class="absolute inset-0 bg-gray-600 opacity-75"></div>
</div>
<div x-show="sidebarOpen" x-description="Off-canvas menu, show/hide based on off-canvas menu state."
x-transition:enter="transition ease-in-out duration-300 transform"
x-transition:enter-start="-translate-x-full" x-transition:enter-end="translate-x-0"
x-transition:leave="transition ease-in-out duration-300 transform" x-transition:leave-start="translate-x-0"
x-transition:leave-end="-translate-x-full" class="relative flex flex-col bg-gray-100"
style="display: none;">
<div class="absolute top-0 right-0 -mr-14 p-1">
<button x-show="sidebarOpen" @click="sidebarOpen = false"
class="flex items-center justify-center h-12 w-12 rounded-full focus:outline-none focus:bg-gray-600"
aria-label="Close sidebar" style="display: none;">
<svg class="h-6 w-6 text-white" stroke="currentColor" fill="none" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12">
</path>
</svg>
</button>
</div>
<div class="flex-1 h-0 pt-5 pb-4 overflow-y-auto">
<nav class="mt-5 px-2 space-y-1">
<a href="/"
class="group flex font-courier justify-center px-4 py-2 text-base leading-6 font-medium text-gray-900 border-b-2 border-t-2 rounded-lg bg-olivey focus:outline-none focus:bg-white transition ease-in-out duration-150">
home
</a>
<a href="/notes"
class="group flex font-courier justify-center px-4 py-2 text-base leading-6 font-medium text-gray-900 border-b-2 border-t-2 rounded-lg bg-olivey focus:outline-none focus:bg-white transition ease-in-out duration-150">
notes
</a>
<a href="/projects"
class="group flex font-courier justify-center px-4 py-2 text-base leading-6 font-medium text-gray-900 border-b-2 border-t-2 rounded-lg bg-olivey focus:outline-none focus:bg-white transition ease-in-out duration-150">
projects
</a>
</nav>
</div>
<div class="flex flex-col mx-4 mb-2" aria-labelledby="languageSelector">
<div>
<a class="flex-1 text-lg font-courier items-center px-2" href="/zh/">
简体中文
</a>
</div>
<div class="border-gray-500 rounded-md border">
<a class="flex-1 text-lg font-courier items-center px-2" href="/">
English
</a>
</div>
</div>
</div>
<div class="flex-shrink-0 w-10">
</div>
</div>
</div>
<div class="hidden md:flex md:flex-shrink-0">
<div class="flex flex-col">
<div class="flex flex-col h-0 flex-1 border-r border-gray-200">
<div class="flex-1 flex flex-col pt-5 pb-4 overflow-y-auto">
<nav class="mt-5 flex-1 px-2 space-y-1">
<a href="/"
class="group menu-item font-courier flex justify-center border-b border-t border-gray-200 px-2 py-4 text-gray-700 rounded-md hover:text-gray-900 hover:bg-olivey focus:outline-none focus:bg-gray-200 transition ease-in-out duration-150">
home
</a>
<a href="/notes"
class="group menu-item font-courier flex justify-center border-b border-t border-gray-200 px-2 py-4 text-gray-700 rounded-md hover:text-gray-900 hover:bg-olivey focus:outline-none focus:bg-gray-200 transition ease-in-out duration-150">
notes
</a>
<a href="/projects"
class="group menu-item font-courier flex justify-center border-b border-t border-gray-200 px-2 py-4 text-gray-700 rounded-md hover:text-gray-900 hover:bg-olivey focus:outline-none focus:bg-gray-200 transition ease-in-out duration-150">
projects
</a>
</nav>
</div>
</div>
</div>
</div>
<div class="flex flex-col w-0 flex-1 overflow-hidden">
<div class="md:hidden pl-1 pt-1 sm:pl-3 sm:pt-3">
<button @click.stop="sidebarOpen = true"
class="-ml-0.5 -mt-0.5 h-12 w-12 inline-flex items-center justify-center rounded-md text-gray-500 hover:text-gray-900 focus:outline-none focus:bg-gray-200 transition ease-in-out duration-150"
aria-label="Open sidebar">
<svg class="h-6 w-6" x-description="Heroicon name: menu" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
<main class="flex-1 relative z-0 overflow-y-auto focus:outline-none" tabindex="0">
<div class="pt-2 pb-6 md:py-6">
<div class="max-w-7xl mx-auto px-4 sm:px-6 md:px-8">
<p>404 - page not found</p>
</div>
</div>
</main></div>
</div>
</body>
</html>