-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.92 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 1.92 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
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>One Advise 不成熟的小建议</title>
<link rel="stylesheet" href="./css/index.css">
<script src="./js/rem.js"></script>
<script src="./js/libs/fingerprint2.min.js"></script>
<script src="./js/libs/leader-line.min.js"></script>
<script src="https://js.fundebug.cn/fundebug.2.0.0.min.js"
apikey="e5aba994e2ad3683aea6cb6aab790d0774198f5ebafde21d1b56546d1790ef30" crossorigin="anonymous"></script>
</head>
<body>
<div class="container fcsc black-bkg">
<div class="logo"></div>
<div class="content">
<div class="chat-container">
<div class="welcome lang" key="welcome"></div>
<div class="premessage-wrapper"></div>
<div class="planet-container">
<div id="thing1">地球的直径是火星的2倍</div>
<div id="thing2">火星上一天有24小时</div>
<div id="thing3">火星上一年有600多天</div>
<div id="thing4">火星是一颗沙漠行星</div>
</div>
<div style="position: relative; margin-top: 30px;">
<input class="effect-9" type="text" placeholder="请问您尊姓大名">
<span class="focus-border">
<i></i>
</span>
</div>
</div>
</div>
</div>
<script src="./js/language.js"></script>
<script src="./js/plugins/chat.js"></script>
<script src="./js/plugins/rain.js"></script>
<script src="./js/plugins/blackhole.js"></script>
<script src="./js/plugins/hello.js"></script>
<script src="./js/libs/three.min.js"></script>
<script src="./js/plugins/planet.js"></script>
</body>
</html>