-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
31 lines (22 loc) · 870 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
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title>XX-Mod-Manager</title>
<link rel="stylesheet" href="sober-theme.css">
<link rel="stylesheet" href="src/style.css">
</head>
<body>
<div id="drag-bar" style="position: fixed;width: 100%;height: 20px;-webkit-app-region: drag;">
</div>
<s-page theme="dark" style="width: 100%;" id="app-container">
<div id="app"></div>
</s-page>
<script type="module" src="./src/main.js"></script>
<script type="module" src="./src/js/classManager.js"></script>
<script type="module" src="./src/js/colorManager.js"></script>
<script type="module" src="./electron/lib/index.js"></script>
</body>
</html>