-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 979 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- https://github.com/Shopify/draggable/tree/main/src/Swappable -->
<script defer src="draggable.min.js"></script>
<script defer src="main-build.js?250128"></script>
<link rel="stylesheet" href="main.css?241224" />
<link rel="stylesheet" href="https://redive.estertion.win/wds/sprite/accessories.css" />
<link rel="stylesheet" href="https://redive.estertion.win/wds/sprite/characters.css" />
<link rel="stylesheet" href="https://redive.estertion.win/wds/sprite/posters.css" />
<link rel="stylesheet" href="https://redive.estertion.win/wds/sprite/characterlog.css" />
<title>大明星算分</title>
</head>
<body translate="no">
<div id="app">
<div id="error_message"></div>
<div id="loading">Loading</div>
</div>
</body>
</html>