-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpage.html
More file actions
23 lines (22 loc) · 829 Bytes
/
page.html
File metadata and controls
23 lines (22 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<title> My Page</title>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<header class="align-right">
<a href="./">首页</a>
</header>
<main>
<div class="search-box">
<p> <span>导航</span> <a href="./nav.html" target="_blank" style="width: 150px;">nav</a></p>
<p> <span>tv</span> <a href="./tv.html" target="_blank" style="width: 150px;">tv</a></p>
<p> <span>tvbox</span> <a href="./tvbox.html" target="_blank" style="width: 150px;">tvbox</a></p>
<p> <span>ai</span> <a href="./gemini.html" target="_blank" style="width: 150px;">gemini</a></p>
<p> <span>txt2m3u</span> <a href="./txt2m3u.html" target="_blank" style="width: 150px;">txt2m3u</a></p>
</div>
</main>
</body>
</html>