-
Notifications
You must be signed in to change notification settings - Fork 4
/
404.html
51 lines (46 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gridea Blog</title>
<link rel="icon" href="https://static.gridea.dev/gridea/IjklZQ0H0.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<meta name="description" content="Love Blog, Love Gridea">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@gridea/[email protected]/css/main.css">
</head>
<body class="bg-gray-100">
<div id="page">
<div class="mb-16 sticky top-0 z-20" :class="{
'bg-gray-100': !overTop
}">
<header class="py-4 flex items-baseline justify-between max-w-2xl mx-auto px-2">
<h1 class="text-xl text-center font-medium px-4 md:px-0">
<a href="/">Gridea Blog</a>
</h1>
<div class="flex justify-center">
<a
href="/https://gridea.dev"
class="mx-2 text-base border-b border-transparent hover:border-black"
>Gridea</a>
</div>
</header>
</div>
<div class="border-b border-gray-200">
</div>
<div id="sticky-bar" class="w-full sticky top-0 z-10 bg-white" style="height: 64px;"></div>
<div class="w-full relative bg-white py-16">
<div class="max-w-2xl mx-auto">
<div class="text-3xl py-4 text-center">
🥺 此页面找不到啦
</div>
</div>
</div>
<div class="py-8 text-gray-300 text-center border-t border-gray-200">
Powered by Gridea
</div>
</div>
<script src="//cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="//cdn.jsdelivr.net/npm/@gridea/[email protected]/js/main.js"></script>
</body>
</html>