-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 1.68 KB
/
index.html
File metadata and controls
43 lines (38 loc) · 1.68 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta content="origin" name="referrer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Thallium Megalovania">
<meta name="description" content="ThalliMega's Blog">
<meta name="keywords" content="ThalliMega,Thallium Megalovania,blog">
<link rel="icon" href="avatar.svg" />
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="secret.css" />
<link rel="stylesheet" href="mobile.css" media="(max-width:999px)" />
<link rel="stylesheet" href="desktop.css" media="(min-width:1000px)" />
<script src="audio.js" defer></script>
<script src="secret.js" defer></script>
<title>ThalliMega's Blog</title>
</head>
<body>
<audio src="https://files.thallimega.win/My%20Inspiration.mp3" preload="auto" id="audio"></audio>
<header>
<div>
<img src="avatar.svg" alt="avatar" id="avatar" />
<h1><span id="name" title="No. This name has no special meaning.">ThalliMega</span>'s Blog</h1>
</div>
<a rel="me" href="https://mastodon.social/@thallimega">Mastodon</a>
<a href="others.html">Others</a>
</header>
<main>
<ul>
<li><a href="gpg_for_ssh.html">WSL使用GPG进行SSH认证</a></li>
<li><a href="how_to_set_footer.html">使用flex實現頁底footer</a></li>
<li><a href="deploy_matrix.html">集群部署matrix</a></li>
<li><a href="web_key_directory.html">配置Web Key Directory</a></li>
</ul>
</main>
<footer><a href="https://icp.gov.moe/?keyword=20240124" target="_blank">萌ICP备20240124号</a></footer>
</body>
</html>