-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (48 loc) · 2.7 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
<!DOCTYPE html>
<html>
<head>
<title>Covid19 in Indonesia</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="jsishere.js"></script>
<link rel="stylesheet" type="text/css" href="cssishere.css">
<link href="https://fonts.googleapis.com/css?family=VT323&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700&display=swap" rel="stylesheet">
<!--<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script>
</head>
<body>
<div class="parent">
<div class="child">
<p class="up nomargin"><span class="up2">update!</span><span id="tgl" class="up3"></span></p>
<h1 class="nomargin">
<div class="content">
Covid19 in
<div class="ui inline dropdown">
<div class="text">Indonesia</div>
<i class="dropdown icon" style="margin: 0;"></i>
<div class="menu" style="width: 200px;">
<div class="header" style="text-transform: capitalize; font-size: 18px; height: 25px; margin: 0px;">Province</div>
<div class="divider" style="margin-bottom: 0;"></div>
<div class="active item ind" data-text="Indonesia">Indonesia</div>
<div class="item jakarta" data-text="Jakarta" data-provinsi="DKI Jakarta">Jakarta</div>
<div class="item jatim" data-text="Jawa Timur">Jawa Timur</div>
<div class="item jabar" data-text="Jawa Barat">Jawa Barat</div>
<div class="item jateng" data-text="Jawa Tengah">Jawa Tengah</div>
</div>
</div>
</div>
</h1>
<p class="report nomargin">😷 Positif: <span id="positif"></span> orang</p>
<p class="report nomargin">😊 Sembuh: <span id="sembuh"></span> orang</p>
<p class="report nomargin">😭 Meninggal: <span id="meninggal"></span> orang</p>
<p class="foot nomarginbottom">staysafe #dirumahaja<br />
<a href="https://vixniv.com" target="_blank" class="footlink">@vixniv</a></p>
</div>
</div>
</body>
</html>