-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (24 loc) · 1.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Days Since A Vendor Accident</title>
<meta name="description" content="Days Since A Vendor Accident">
<meta name="author" content="Cássio Botaro">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link href='https://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<h1 class="statement">The Internet Has Seen <span class="days-since" data-hook="days-since"></span> <span data-hook="days-label"></span> Since The Last Vendor Accident</h1>
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
<script src="jquery.cookie.js"></script>
<script src="main.js"></script>
</body>
</html>