-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hawaii Documentaries</title>
<meta name="description" content="Over 50 documentaries related to Hawaii ranging from nature to social issues. Carefully chosen and laid out in a beautiful Web 1.0 style.">
<link href="./public/index.css" rel="stylesheet">
<link rel="icon" type="image/png" href="./public/honeycreeper.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Sorry for adding Google tracking :( I just want to see how many people click this and github pages has no default reporting-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-49223760-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-49223760-9');
</script>
</head>
<body class="theme-old-web">
<a title="Switch theme" id="theme-button" href="javascript://">☀</a>
<span class="full-width-center">
<h1 class="title">Hawaii Documentaries</h1>
</span>
<div class="main"></div>
<footer class="full-width-center">
<div id="hit-counter">
Total page views:
<img src="https://hitwebcounter.com/counter/counter.php?page=7690680&style=0017&nbdigits=7&type=page" title="Total Website Hits" Alt="Web Hits" border="0"/>
</div>
Made for fun © | <a href="https://github.com/RayBB/awesome-hawaii-documentaries">learn more</a>
<div>
<script async data-id="8d867f7f-5bff-4da4-a420-f0414839438f" src='https://tinyads.io/e'></script>
</div>
</footer>
<script src="./public/index.js"></script>
</body>
</html>