-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (36 loc) · 1.28 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
<!--
@Author: mars
@Date: 2016-12-28T00:43:45-05:00
@Last modified by: mars
@Last modified time: 2016-12-31T21:42:39-05:00
-->
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Clear Online</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.png">
<style>
.flex-center {
position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
resize: vertical;
overflow: auto;
}
</style>
<script src="assets/ammap/ammap.js" type="text/javascript"></script>
<script src="/assets/ammap/maps/js/worldLow.js" type="text/javascript"></script>
<script type="text/javascript" src="/assets/country-time.js"></script>
<link href="styles.f4c4ee0b946c49e17e2f.bundle.css" rel="stylesheet"></head>
<body style="background-color: #87CEFA; margin: 0;">
<app-root>
<div class="flex-center">
<img src="/assets/icons/sunny-blue.svg" style="" alt="">
</div>
</app-root>
<script type="text/javascript" src="inline.eecd1719e4644de02c5f.bundle.js"></script><script type="text/javascript" src="main.0266c446720e116bada9.bundle.js"></script></body>
</html>