-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (42 loc) · 1.41 KB
/
index.html
File metadata and controls
58 lines (42 loc) · 1.41 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>Fire Code</title>
<meta name="description" content="">
<link rel="stylesheet" href="https://firecodelab.com/main.css">
</head>
<body>
<a class="skip-main" href="#main">Skip to content</a>
<div class="container">
<header>
<h1 class="site-header">
<a href="https://firecodelab.com">Fire Code</a>
</h1>
<nav>
<a href="/blog/">博客</a>
<a href="/about/">关于</a>
</nav>
</header>
<main id="main" tabindex="-1">
<article class="post-list">
<header>
<h1>
<a href="/blog/">进入博客</a>
</h1>
</header>
</article>
</main>
<footer>
<p>
© 2021 firecodelab.com
</p>
<p>
</p>
</footer>
</div>
</body>
</html>