-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·67 lines (51 loc) · 2.04 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script>
<!-- Odometr includes -->
<link rel="stylesheet" href="https://github.hubspot.com/odometer/themes/odometer-theme-car.css" />
<script src="https://github.hubspot.com/odometer/odometer.js"></script>
<link rel="stylesheet" href="assets/css/main.css" />
<script src="assets/js/functions.js" type="text/javascript"></script>
<title>Gordan Trevis Kit</title>
</head>
<body>
<div class="container">
<div id="banner_head" class="banner">
<br>
<h1 id="textarea2" > Double Degree <br> Dashboard </h1>
</div>
<div id="banner_haidian" class="banner">
<h2 id="textarea2" > AQI: Haidian </h2>
<div id="odometer_haidian" class="odometer">222</div>
<div class="temparea">
<p class="temperatur">Temperatur: <span id="temp_haidian"></span> Grad</p>
</div>
</div>
<div id="banner_liangxiang" class="banner">
<h2 id="textarea" >AQI: Liangxiang</h2>
<div id="odometer" class="odometer">222</div>
<div class="temparea">
<p class="temperatur">Temperatur: <span id="temp_liangxian"></span> Grad</p>
</div>
</div>
<div id="banner_exchange" class="banner">
<h2 id="textarea" >Exchange Rate</h2>
<div id="odometer_exchange" class="odometer">7.00</div>
</div>
<!-- <div id="banner-message" class="banner">
<p id="text" >Hello World</p>
<p id="text2" >Hello World</p>
<button id="Buttontext">Change color</button>
<button id="btnAjaxCall">Call</button>
</div>
<div id="xbanner-message" class="banner">
<p id="xtext" >Hello World</p>
<p id="xtext2" >Hello World</p>
<button id="xButtontext">Change color</button>
</div>
</div> -->
</body>
</html>