-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (26 loc) · 998 Bytes
/
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Is It Expired</title>
<link href="css/mini-default.min.css" rel="stylesheet" />
<link href="css/mini-pwa.min.css" rel="stylesheet" />
<script src="js/script.min.js" charset="utf-8"></script>
</head>
<body>
<header class="sticky">
<a href="/" class="logo">Is It Expired?</a>
<a onclick="dateCode()" class="button">Date Code</a>
<span>|</span>
<a onclick="about()" class="button">About</a>
</header>
<div id="content"></div>
<div id="templates"></div>
<footer class="hidden-md hidden-lg" style="padding:10px 8px;">
<p>©Copyright <span class="year"></span> <a href="http://deiters.me">Mike Deiters</a></p>
</footer>
<footer class="sticky hidden-sm" style="padding:10px 8px; margin-top: 0;">
<p>©Copyright <span class="year"></span> <a href="http://deiters.me">Mike Deiters</a></p>
</footer>
</body>
</html>