-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstories.html
More file actions
56 lines (43 loc) · 3.4 KB
/
Copy pathstories.html
File metadata and controls
56 lines (43 loc) · 3.4 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
<html>
<head>
<link rel="stylesheet" href="/css/support.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1889527741439078"
crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light">
<div class="container-fluid">
<span style="display: inline-block; width: 5%;"></span>
<a class="navbar-brand" href="#">知乎</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarNav" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="https://accessretrieved.github.io">主页</a>
</li>
</ul>
</div>
</div>
</nav>
<br><br><br>
<div class="title">
<h3>知乎</h3>
</div>
<div class="page_content">
<header class="slide">
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='/stories/有个妹控的哥哥是种什么体验.html'">有一个妹控的哥哥是种什么体验?</button><br><br>
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='/stories/你跟你同桌最甜的事情是什么.html'">你跟你同桌最甜的事情是什么</button><br><br>
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='/stories/你有哪些让人一看就笑死的图片.html'">你有哪些让人一看就笑死的图片</button><br><br>
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='/stories/在留学行李箱中,你最后悔从内地带去的东西是什么.html'">在留学行李箱中,你最后悔从内地带去的东西是什么</button><br><br>
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='/stories/两个男生同时追你,该怎么选择呢.html'">两个男生同时追你,该怎么选择呢</button><br><br>
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='/stories/舍友的什么骚操作让你笑了四年.html'">舍友的什么骚操作让你笑了四年</button><br><br>
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='/stories/领导微信发”辛苦了“,作为员工应该怎么回答.html'">领导微信发”辛苦了“,作为员工应该怎么回答</button><br><br>
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='/stories/情侣之间做过最恶心的事是什么,但是不会对其他人做的.html'">情侣之间做过最恶心的事是什么,但是不会对其他人做的</button><br><br>
</header>
</div>
</body>
</html>