forked from Keywos/rule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (50 loc) · 1.87 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="zh-CN">
<!-- ® fix xytouch event 2023-08-11 02:41:35 v2.4.0 nutuiv3.3.8 Remove monaco-editor -->
<head>
<meta charset="UTF-8" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport" />
<title>Sub Store</title>
<meta name="description" content="A sub-converter running in a Progressive Web App" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF" />
<meta id="theme__color" name="theme-color" content="#121212" />
<link rel="manifest" href="/manifest.json" />
<style>
html {
background: #f2f2f2;
}
@media (prefers-color-scheme: dark) {
html {
background: #121212;
}
}
</style>
<script>
setTimeout(function () {
var script = document.createElement('script');
script.type = 'module';
script.crossOrigin = 'anonymous';
script.src = '/assets/index.161e4ebc.js';
document.head.appendChild(script);
}, 100);
</script>
<link rel="modulepreload" href="/assets/@nutui/nutui.27f7f9a3.js">
<link rel="modulepreload" href="/assets/@vueuse/core.b732f2e1.js">
<link rel="stylesheet" href="/assets/index.fcc81f94.css">
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>