-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (50 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jam Or Not?</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="View all 90 live traffic camera images across Singapore!">
<meta property="og:title" content="Jam Or Not?">
<meta property="og:description" content="View all 90 live traffic camera images across Singapore!">
<meta property="og:image" content="img/meta.png">
<meta property="og:url" content="https://jamornot.vercel.app">
<meta property="og:type" content="website">
<meta name="twitter:title" content="Jam Or Not?">
<meta name="twitter:description" content="View all 90 live traffic camera images across Singapore!">
<meta name="twitter:image" content="img/meta.png">
<meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q1JSY8K8KS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q1JSY8K8KS');
</script>
<div>
<meta name="theme-color" content="#000000">
</div>
<header></header>
<body>
<div id="map"></div>
<div class="footer">
<h1>Jam or Not?</h1>
<h2>View all 90 live traffic camera images across Singapore!</h2>
<h3><a href="https://t.me/jamornotbot" class="button" style="display: inline-block;">View cameras<i class="fab fa-telegram-plane" style="width: auto; height: 1em; margin-left: 5px; vertical-align: middle;"></i></a></h3>
<span id="github-copyright">
<a href="https://github.com/russellkua" target="_blank" style="color: white; text-decoration: none;">
<i class="fab fa-github" style="vertical-align: middle; margin-right: 5px; width: 1em;"></i>
created by russellkua
</a>
© 2024
</span>
</div>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="script.js"></script>
</body>
</html>