-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (47 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Siaga COVID-19 | Wello Soft</title>
<meta name="description" content="Siaga COVID-19 by @willnode">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap-reboot.min.css">
</link>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap-grid.min.css">
</link>
<style id="webmakerstyle">
h1 {
text-align: center;
margin: 1em 0;
}
#corona {
width: 100%;
height: 320px;
border: 0;
}
.content p {
text-align: center;
}
</style>
</head>
<body>
<h1>Siaga COVID-19</h1>
<div class="row no-gutters">
<div class="col-md-6"><iframe id="corona" src="https://widget.kompas.com/corona/statistik"></iframe></div>
<div class="col-md-6 content py-4">
<p>Selama wabah COVID-19 melanda, saya:</p>
<ul>
<li>Lanjut Ngoding seputar Project Pribadi</li>
<li>Stay Home (masih di pondok sampai sebelum Hari Raya)</li>
<li>Offline Whatsapp & Instagram</li>
<li>Menerima DM via <a href="https://t.me/wiiin0de">Telegram</a> </li>
<li>Update news atau hal lain via <a href="https://twitter.com/willnode">Twitter</a></li>
<li>Skip Kuliah Online (Kalau tugas masih tergantung)</li>
</ul>
<p>I wrote <a href="https://memo.wellosoft.net/menanggapi-covid.html">Menanggapi COVID-19</a></p>
<p>Semoga wabah yang melanda negeri ini cepat selesai.</p>
<p>Maret 2020, Wildan M</p>
</div>
</div>
</body>
</html>