This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (48 loc) · 1.99 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
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Prefetch the DNS for externally hosted files - http://goo.gl/TOCXgm -->
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>isveggiemanhere?</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Find the answer to most important question every Wednesday and Saturday. Is veggie man here?">
<meta name="robots" content="INDEX,FOLLOW">
<link rel="stylesheet" href="assets/styles/main.min.css" />
<link href="https://fonts.googleapis.com/css?family=Monoton|Paytone+One&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<video autoplay loop muted playsinline>
<source src="assets/videos/veggie-man.mp4" type="video/mp4">
</video>
<span class="ding-kerching">Video by <a href="https://www.shutterstock.com/g/tm%20harding" target="_blank" rel="nofollow">Thomas Harding</a></span>
<h1 class="is-he-here">
<span>Is</span>
<span>Veggie</span>
<span>Man</span>
<span>Here?</span>
</h1>
<div class="messages">
<div>
<h2 class="js-is-he-here"></h2>
<p>Last updated: <span class="js-current-date"></span></p>
</div>
<!-- <div class="forecast-message">
<h2 class="js-will-he-be-here">Tomorrow’s forecast:<br>Here :)</h2>
</div> -->
</div>
<blockquote>
Carrot, lettuce,<br>onions, tomatoes?
</blockquote>
<script src="assets/scripts/main.min.js"></script>
</body>
</html>