-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·49 lines (48 loc) · 1.33 KB
/
Copy pathindex.html
File metadata and controls
executable file
·49 lines (48 loc) · 1.33 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
<!DOCTYPE html>
<!--
2021/3/21
,+++++++++++++++++++++++++++++++++++++++++++++++++.
( We want you! https://github.com/xjh22222228/boomb )
`-,+++++++++++++++++++++++++++++++++++++++++++++++'
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="author" content="https://github.com/xjh22222228" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>Boomb</title>
<style>
.auth-loading {
z-index: 9;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff url('/auth-load.gif') no-repeat;
background-position: center;
background-size: 300px;
}
</style>
</head>
<body>
<div id="xiejiahe-app">
<div class="auth-loading"></div>
</div>
<script type="module" src="/src/main.ts"></script>
<script
charset="UTF-8"
id="LA_COLLECT"
src="//sdk.51.la/js-sdk-pro.min.js"
></script>
<script>
window.LA &&
window.LA.init({ id: '3JNQuUPB0cOwEzQq', ck: '3JNQuUPB0cOwEzQq' })
</script>
</body>
</html>