-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.01 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>不愧是你.tomb.us</title>
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="src/bksn.js"></script>
<link href="src/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="chatline">
<div class="message">
<img class="avatar" src='/src/avatar1.jpg' />
<div class="content">
<div class="title">tombus</div>
<img class="bksn" src="/src/bksn.png" />
</div>
</div>
</div>
<div id="panel">
<p>
<button class="btn" onclick="bksn()">不愧是你</button>
<button class="btn" onclick="reset()">重新开始</button>
</p>
<p style="font-size: 12px;">
<a href="https://space.bilibili.com/14282758" target="_blank">tombus</a>不愧是你套娃生成器<br/>
仅供娱乐,绝无恶意<br/>
by.<a href="https://www.bunnyxt.com" target="_blank">bunnyxt</a>, 2020-03-23, <a href="https://www.github.com/bunnyxt/bksn-tombus" target="_blank">source code</a>
</p>
</div>
</body>
</html>