-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.22 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>九叶云的主页</title>
<link href="Images/NLC.ico" rel="icon" type="image/x-ico">
<link href="styleind.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="logo">
<h1><a href="https://nlc9.github.io/">NLC</a></h1>
</div>
<div class="nav">
<ul>
<li><a href="https://nlc9.github.io/july.html" target="_self" class="theme">JULY</a></li>
<li><a href="https://nlc9.github.io/games.html" target="_self" class="games">在线游戏</a></li>
<li><a href="https://nlc9.github.io/projects.html" target="_self" class="projects">项目合集</a></li>
<li><a href="https://nlc9.github.io/infomation.html" target="_self" class="info">更多信息</a></li>
</ul>
</div>
<div class="bot">
<p>Copyright © 2022 NLC</p>
<p>email:[email protected]</p>
<p class="up"><a href="#logo">NLC</a></p>
</div>
<script src="index.js" type="text/javascript"></script>
</body>
</html>