-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (35 loc) · 1.5 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
<!doctype html>
<html lang="en">
<head>
<title>Ontario COVID Data</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.7, shrink-to-fit=no">
<link rel="icon" href="./favicon.ico">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="ontario.css" rel="stylesheet">
</head>
<body>
<main role="main">
<div class="jumbotron">
<div class="wrapper">
<h1 id="title"><object data="virus.svg" class="logo" type="image/svg+xml"></object> COVID in Ontario</h1>
<br>
</div>
</div>
<div class='contained wrapper'>After 15 months of daily COVID case/vaccine tracking, I am happy to report that this website is being retired!<br>
It may re-appear in the future if needed. But for now let's go outside, enjoy the beautiful summer and just... BE TOGETHER again 🥳</div>
</div>
</div>
</main>
</div>
</main>
<footer class="wrapper">
<hr>
<small> Maintained by Brian Chahley, Feb 16, 2021 to May 16, 2022 - browse the original source code on <a href="https://github.com/bchah/ontario-covid" target="_blank">GitHub</a><br>
</small>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- <script src="./ontario.js"></script> -->
</body>
</html>