-
Notifications
You must be signed in to change notification settings - Fork 1
/
olympic-calendar.html
36 lines (32 loc) · 992 Bytes
/
olympic-calendar.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0; url=https://calendar.google.com/calendar?cid=NXBsZ2dsNWJrN2o0dGRiN20xZ2hqNnRsbWtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ" />
<link rel="shortcut icon" href="{{ site.url }}/resources/favicon-1.ico">
<title>Nick C Morgan</title>
<style type="text/css">
h1, h2, h3 {
line-height: 1.2;
}
body {
margin: 40px auto;
max-width: 800px;
line-height: 1.6;
padding: 0 15px;
}
</style>
</head>
<body>
<header>
<h1>
Nick C Morgan<br>
<small>Engineer and all around good guy.</small>
</h1>
</header>
<div>
<p><a href="https://calendar.google.com/calendar?cid=NXBsZ2dsNWJrN2o0dGRiN20xZ2hqNnRsbWtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ">Redirect not working? Click here!</a></p>
</div>
</body>
</html>