-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 2.05 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 2.05 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-CN">
<head>
<meta charset="UTF-8">
<title>Eat-RAM</title>
<link rel="icon" type="image/x-icon" href="./img/favicon.png">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav>
<h1 class="title-font">Eat-RAM</h1>
<p>
<a href="./">主页</a>
<a href="./cntrafficsymbols.html">CNTrafficSymbols</a>
<a href="./about.html">关于我们</a>
</p>
</nav>
</header>
<main>
<div class="warning-box">
<span class="blink">⚠️ 警告 ⚠️</span>
<p>访问本网站可能导致浏览器内存占用上升 42%</p>
<div style="font-size: 20px;">
<p>* 免责声明:实则不会导致浏览器内存占用大幅度上升,此为玩笑性质的说法</p>
</div>
</div>
<section>
<h2 class="title-font">本组织名称的含义?</h2>
<li>该组织名称使用了一语双关,该名称为“EarthHaoduo, az7627, tpdjg, REGE, awa, Morrison”的缩写,说明了该组织的成员;</li>
<li>运用了拟人的修辞手法,用一个“吃”将组织写活了,生动形象地写出了该组织下的项目“CNTrafficSymbols”会榨干你的内存的特点(因实线等方块的方块状态较多),表达了作者对该模组的爱恨之情。</li>
<li>设下悬念,吸引读者阅读兴趣,为后文内存爆炸做铺垫,预示了人物未来状况。</li>
<a href="./about.html"><button id="learn-more" class="button">了解更多 →</button></a>
<a href="https://github.com/Eat-RAM"><button id="learn-more" class="button">转到本组织的 GitHub 页面</button></a>
<a href="https://github.com/Eat-RAM/eat-ram.github.io"><button id="learn-more" class="button">转到本页面的 GitHub 仓库</button></a>
</section>
</main>
<script src="js/script.js"></script>
</body>
</html>