-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathme.html
More file actions
84 lines (71 loc) · 2.89 KB
/
Copy pathme.html
File metadata and controls
84 lines (71 loc) · 2.89 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
<!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">
关于我 - 新建文件夹(142)
</div>
<header>
<span>ChakerAt's Cyber Nest</span>
</header>
<nav class="nav">
<a href="index.html">主页</a>
<a href="me.html" class="active">关于我</a>
</nav>
<main class="content">
<h1>你好,我是 ChakerAt。</h1>
<p>Aka 查子,InfDEL Lab 的掌门人。1 月 6 日生日,平时就爱捣鼓计算机相关的东西,同时沾点二次元。</p>
<p>同时是个AI Coder。目前比较喜欢的AI是DeepSeek、Kimi和Gemini。</p>
<h2>平时都干啥</h2>
<p>睡觉,玩PJSK,搞OC,在互联网上乱逛。</p>
<h2>我爱看的 / 玩的 / 听的</h2>
<div class="cols-2">
<fieldset>
<legend>二次元</legend>
<ul>
<li><strong>动画:</strong> Serial Experiments Lain</li>
<li><strong>游戏:</strong> 世界计划、BONELAB、CONTROL、Portal、Hypnospace Outlaw</li>
<li><strong>主推:</strong> 东云彰人、白石杏</li>
<li><strong>CP:</strong> 彰冬、冬彰</li>
</ul>
</fieldset>
<fieldset>
<legend>音乐</legend>
<ul>
<li><strong>曲风:</strong> Hyperpop、City Pop、Alternative Rock</li>
<li><strong>乐队:</strong> Bôa、LE SSERAFIM、ILLIT、Vivid BAD SQUAD、25点Nightcord见</li>
<li><strong>音乐人:</strong> Charli xcx、Michael Wyckoff、bbno$</li>
</ul>
</fieldset>
</div>
<h2>一些需要注意的</h2>
<div class="cols-2">
<fieldset style="border-color: #ff8080;">
<legend style="color: #800000;">雷点</legend>
<ul>
<li>键盘政治</li>
<li>针对少数、弱势群体的歧视性内容</li>
<li>雷点过于多、复杂、怪异的人</li>
</ul>
</fieldset>
<fieldset style="border-color: #ff8080;">
<legend style="color: #800000;">可能触雷</legend>
<ul>
<li>AI 生成内容</li>
<li>画画超级烂</li>
</ul>
</fieldset>
</div>
<p>大概就是这样了。</p>
</main>
</div>
</body>
</html>