You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
852 B
HTML
33 lines
852 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<!-- <meta http-equiv="Content-Security-Policy" content="img-src 'self' http:"> -->
|
|
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"/> -->
|
|
<link rel="icon" href="/favicon.ico"/>
|
|
<link rel="stylesheet" href="./src/util/css/loading.css">
|
|
<title></title>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div class="loading">
|
|
<div class="loading-wrap">
|
|
<div class="loading-dots">
|
|
<span class="dot dot-spin">
|
|
<i></i>
|
|
<i></i>
|
|
<i></i>
|
|
<i></i>
|
|
</span>
|
|
</div>
|
|
<div class="loading-title">
|
|
正在缓冲...
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|