You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
738 B
26 lines
738 B
<!doctype html>
|
|
<html lang="zh">
|
|
<head>
|
|
<script>
|
|
window.startime = new Date().getTime()
|
|
</script>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<link rel="stylesheet" href="/reset.css">
|
|
<link rel="stylesheet" href="/loading.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vite + React</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="loading">
|
|
<div id="upFace"></div>
|
|
<div id="downFace"></div>
|
|
<div id="loaderBox">
|
|
<div id="loader"></div>
|
|
<div id="loaderText">waiting</div>
|
|
</div>
|
|
</div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|
|
|