-
Notifications
You must be signed in to change notification settings - Fork 0
/
LoadP2.html
38 lines (38 loc) · 1.21 KB
/
LoadP2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="10; URL=Siteitself" />
<!--<meta http-equiv="X-UA-Compatible" content="ie=edge">-->
<title>Wait</title>
<link rel="stylesheet" href="./7.css">
<link rel="stylesheet" href="./Maincss.css">
<!--<link rel="stylesheet" href="./style.css">-->
<link rel="icon" href="https://vincent392.github.io/MISC/mea.png" type="image/x-icon">
</head>
<body>
<main>
<!--<h1>loading</h1>
<div role="progressbar" class="marquee"></div>
<a href="#dialog-demo">Open Dialog</a>-->
<div class="window glass active" style="max-width: 320px">
<div class="title-bar">
<div class="title-bar-text">Wait</div>
<div class="title-bar-controls">
<button aria-label="Minimize" disabled></button>
<button aria-label="Maximize" disabled></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body has-space">
<p>Loading... (Part 2 of 2)</p>
<div role="progressbar" class="marquee"></div>
</div>
</div>
</div>
</div>
</main>
<!--<script src="index.js"></script>-->
</body>
</html>