-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1016 Bytes
/
index.html
File metadata and controls
38 lines (35 loc) · 1016 Bytes
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hidedim的博客</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<button class="menu">☰</button>
<h1><strong>Hidedim</strong></h1>
<nav>
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="projects/index.html">项目</a></li>
<li><a href="notes/index.html">笔记</a></li>
<li><a href="logs/index.html">日志</a></li>
<li><a href="about/index.html">关于</a></li>
</ul>
</nav>
</header>
<main>
<section class="motto">
<p>冲就完事了!</p>
</section>
<section class="github">
<p><a href="https://github.com/hidedim/">GitHub</a></p>
</section>
</main>
<footer>
<p> © 2024 ➼ hidedim</p>
</footer>
</body>
</html>