-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
44 lines (37 loc) · 1.43 KB
/
Copy pathlinks.html
File metadata and controls
44 lines (37 loc) · 1.43 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
<!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="links.html" class="active">网上邻居</a>
</nav>
<main class="content">
<h1>这是一些友情链接。</h1>
<p>欢迎来和我交换</p>
<p>申请的话,请在我给予的联系方式之一中告诉我URL和你想显示的名称</p>
<ul>
<li><a href="https://ninjate11.github.io/">NinJATE的神秘博客</a></li>
<li><a href="https://qwq9scan114514.github.io/">某种烧饼</a></li>
<li><a href="https://qsdwindows.qzz.io/">Colin的博客</a></li>
<li><a href="https://www.asutaka.ink">Asutaka的小站</a></li>
</ul>
<p>警告:我们并不对点击这些链接可能造成的<span class="redacted">[REDACTED]</span>负责。</p>
</main>
</div>
</body>
</html>