-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (87 loc) · 3.94 KB
/
Copy pathindex.html
File metadata and controls
106 lines (87 loc) · 3.94 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>ChakerAt's Cyber Nest</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="scrollbar.css">
</head>
<body>
<div class="container">
<div class="header">
ChakerAt - 新建文件夹(142)
</div>
<header>
<span>ChakerAt's Cyber Nest</span>
</header>
<nav class="nav">
<a href="index.html" class="active">主页</a>
<a href="./docs.html">档案柜</a>
<a href="me.html">关于我</a>
<a href="links.html">网上邻居</a>
<a href="https://qm.qq.com/q/vcu5PM4R6S">聊天室</a>
</nav>
<main class="content">
<div class="container">
<div class="header"><marquee scrollamount="10" style="color: white;">
欢迎访问我的个人主页!Construction in progress...
</marquee></div>
<section>
<h1>欢迎!</h1>
<p>你好,我是ChakerAt!一个喜欢浏览互联网的人类。你可以叫我查子。</p>
<p>欢迎来到我的赛博小窝!</p>
<img src="image/ms_paint_palette.gif" height="40">
</section>
</div>
<h1>主页</h1>
<p>这里是一个客厅。</p>
<p>你可以放轻松在这里坐一会(虽然没有椅子),喝杯茶,或者用顶部的导航栏看看其他东西。</p>
</main>
</div>
<div class="container fit" style="justify-content: center;">
<div class="header">
给我留言
</div>
<main class="content">
<div class="message">
<input type="text" placeholder="输入内容">
<button type="submit" id="submit-btn">发送</button>
</div>
</main>
</div>
<div class="container fit" style="justify-content: center;">
<div class="header">
社媒链接和联系方式
</div>
<main class="content">
<ul class="social-links">
<li><a href="https://x.com/not_chakerat" target="_blank"><img src="image/icon/directory.png" alt="" style="width:16px; height:16px; margin-right:5px;"> X</a></li>
<li><a href="https://github.com/cha-at" target="_blank"><img src="image/icon/directory.png" alt="" style="width:16px; height:16px; margin-right:5px;"> GitHub</a></li>
<li><a href="https://space.bilibili.com/1543261354" target="_blank"><img src="image/icon/directory.png" alt="" style="width:16px; height:16px; margin-right:5px;"> Bilibili</a></li>
<li>|</li>
<li><a href="https://discord.gg/AYme6rTM9T" target="_blank"><img src="image/icon/directory.png" alt="" style="width:16px; height:16px; margin-right:5px;"> Discord</a></li>
<li><a href="https://t.me/chakroom" target="_blank"><img src="image/icon/directory.png" alt="" style="width:16px; height:16px; margin-right:5px;"> Telegram</a></li>
<li><a href="mailto:notchakerat@gmail.com"><img src="image/icon/directory.png" alt="" style="width:16px; height:16px; margin-right:5px;"> Email</a></li>
</ul>
</main>
</div>
<div class="container fit">
<div class="header">
Misc.
</div>
<main class="content">
<div class="image-row" style="justify-content: center;">
<a><img src="image/buttons/lain.gif" alt="Lain" title="Let's all love Lain!" class="buttons"></a>
<a><img src="image/buttons/pride.gif" alt="Gay Pride" class="buttons"></a></a>
<a><img src="image/buttons/hypnos.gif" alt="Made with HypnOS" class="buttons"></a>
</div>
</main>
<footer class="footer">
<p><a href="https://artwork.neocities.org/oldweb">一些图片资源</a></p>
</footer>
</div>
<script src="what.js"></script>
</body>
</html>