-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 1.33 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>个人主页 首页</title>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
<body>
<div style="position: fixed ;">
<div style="
display:flex;
background-color: yellow;">
<ul style="display: flex;">
<li class="dhlbk">
<a style="
color:red;" href="./index.html">
<div class="dropdown">
主页一览
</div>
</a>
</li>
<li class="dhlbk">
<a style="
color:red;" href="./myself.html">
<div class="dropdown">
UP主页
</div>
</a>
</li>
</ul>
</div>
</div>
<div style="display: flex;
flex-direction: column;
align-items:center;">
<div>
<h2>
个人介绍
</h2>
<p>
</p>
</div>
</div>
<div></div>
</body>
</html>