-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 908 Bytes
/
Copy pathindex.html
File metadata and controls
37 lines (33 loc) · 908 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script>
// window.location.href='web/index.html';
</script>
</head>
<body>
<div>
<div>
<h2>Islanddddddd的个人网站</h2>
<img src="img/头像.jpeg" alt="">
</div>
<div>
<p>正在施工中...</p>
</div>
<div>
链接
<ul>
<li><a href="https://github.com/islanddddddd">Github链接</a></li>
</ul>
项目
<ol>
<li><a href="https://github.com/islanddddddd/islanddddddd.github.io">个人主页的仓库链接</a></li>
<li><a href="./html/clock/clock.html">kindle_clock</a></li>
</ol>
</div>
</div>
</body>
</html>