-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.52 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script type="text/javascript" src="js/site.js"></script>
</head>
<body>
<div id="loading-content" class="loading">
<svg width='120' height='120' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-pacman'><style>.a{fill:#f0c741;}</style><rect width='100' height='100' class='bk' fill='#fff'/><path d='M0 50A50 50 0 1 0 100 50' class='a'><animateTransform attributeName='transform' type='rotate' dur='1s' repeatCount='indefinite' from='30 50 50' to='30 50 50' values='30 50 50;0 50 50;30 50 50'/></path><path d='M0 50A50 50 0 1 1 100 50' class='a'><animateTransform attributeName='transform' type='rotate' dur='1s' repeatCount='indefinite' from='-30 50 50' to='-30 50 50' values='-30 50 50;0 50 50;-30 50 50'/></path><br/>Loading...</svg>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12" id="welcome"></div>
</div>
<div class="row">
<div class="col-sm-6" id="temperature"></div>
<div class="col-sm-6" id="icon"></div>
</div>
<div id="bottom" class="row">
<div id="messages"></div>
<div id="last_updated"></div>
</div>
</body>
</html>