-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 1.21 KB
/
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
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./src/favicon.ico" />
<meta name="description" content="My website" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/index.css" />
<title>TNT的小窝</title>
</head>
<body>
<nav>
<div class="logo">2,4,6三硝基甲苯</div>
<ul class="nav-menu">
<a href="#"><li>首页</li></a>
<a target="_bank" href="./public/about.html"><li>关于</li></a>
<a target="_bank" href="./public/plans.html"><li>计划</li></a>
<a target="_bank" href="https://love-tnt.github.io/Blog"
><li>博客</li></a
>
<a target="_blank" href="./public/submit.html"><li>???</li></a>
</ul>
<div class="burger">
<div class="top-line"></div>
<div class="middle-line"></div>
<div class="bottom-line"></div>
</div>
</nav>
<header></header>
<script src="./js/menu.js" type="text/javascript"></script>
</body>
</html>