-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (38 loc) · 1.08 KB
/
Copy pathindex.html
File metadata and controls
47 lines (38 loc) · 1.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OriginPower.</title>
<link rel="stylesheet" href="../CSS/Header.css">
<link rel="stylesheet" href="../CSS/FontSettings.css">
<link rel="stylesheet" href="../CSS/Public.css">
<link rel="shortcut icon" href="../Image/Logo_simple@1x.png" type="image/x-icon">
</head>
<body>
<header>
<a href="index.html">
<img src="../Image/Logo.svg">
</a>
<ul>
<li>
<a href="#">IceOS</a>
</li>
<li>
<a href="#">Pomodoro Timer</a>
</li>
<li>
<a href="https://music.aermini.top">AerMusic</a>
</li>
<li>
<a href="#">Magic | 磁</a>
</li>
<li>
<a href="/HTML/Documentation.html">Documentation</a>
</li>
</ul>
</header>
<div>
</div>
</body>
</html>