-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (26 loc) · 997 Bytes
/
index.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="description" content="这是一个可能讨论一切的 Blog">
<meta name="keywords" content="HTML, CSS, JavaScript, TypeScript, Vue, Git...">
<meta name="theme-color" content="rgb(26, 26, 26)">
<title> fwqaaq Blog </title>
<link rel="shortcut icon" href="/public/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="<!-- base.css -->">
<link rel="stylesheet" href="<!-- index.css -->">
<link rel="stylesheet" href="<!-- markdown.css -->">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<script src="<!-- index.js -->"></script>
</head>
<body>
<!-- Header -->
<main class="blog-main">
<article>
<!-- Template -->
</article>
</main>
<!-- Footer -->
</body>
</html>