-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessage.html
More file actions
28 lines (28 loc) · 1.37 KB
/
message.html
File metadata and controls
28 lines (28 loc) · 1.37 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>留言板</title>
<link rel="stylesheet" type="text/css" href="./main.css" />
<script type="module" src="./js/footer.js"></script>
</head>
<body>
<header class="xkk_header">
<h1 class="xkk_h1">留言板</h1>
<p class="xkk_p text-center">
<a href="./">返回主页</a><br />
</p>
</header>
<main class="xkk_main">
<p class="xkk_p">
这是一个基于 GitHub 的留言板,您可以在这里留下您的评论或建议。
<br />
<strong>如果无法正常加载留言板,请尝试翻ด่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่่墙(<a href="https://baike.baidu.com/item/%E7%BF%BB%E5%A2%99/754773" target="_blank">百度百科</a>)</strong>
<br />
如果您有任何问题或建议,请在下方留言。
</p>
</main>
</body>
</html>