-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
37 lines (35 loc) · 1.18 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<!-- 标准写法 -->
<link rel="icon" type="image/jpeg" href="/public/favicon.jpg">
<!-- 兼容旧版IE -->
<link rel="shortcut icon" href="/public/favicon.jpg" type="image/x-icon">
<title>云中霞光</title>
<link rel="stylesheet" href="/public/css.css">
<script src="/public/js.js" defer></script>
</head>
<body class="article-page">
<header class="site-header">
<h1><a href="/">云中霞光</a></h1>
<hr>
</header>
<article>
<h1>文章链接</h1>
<br>
<ul>
<li><a href="/pages/测试文章/">测试文章</a></li>
<li><a href="/pages/作文/">作文</a></li>
<li><a href="/pages/感想/">感想</a></li>
<li><a href="/pages/小说/">小说</a></li>
<li><a href="/pages/docs/">文档</a></li>
</ul>
</article>
<footer class="site-footer">
<br><hr>
<p class="center">Copyright (C) 2026 Nimbulux_</p>
</footer>
</body>
</html>