-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (28 loc) · 1.22 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Merry Christmas From Peter</title>
<link href="css/screen.css" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Tangerine" rel="stylesheet" type="text/css"/>
</head>
<body>
<h1>Merry Christmas From Peter</h1>
<p>Every year since 2010 I have made a little web app for my colleagues as a kind of digital Christmas card.
I hope you enjoy them and Happy Holidays!</p>
<div class="cardLinks">
<a href="/2010/">2010</a>
<a href="/2011/">2011</a>
<a href="/2012/">2012</a>
<a href="/2013/">2013</a>
<a href="/2014/">2014</a>
<a href="https://2015.peter.christmas/">2015</a>
<a href="https://2016.peter.christmas/">2016</a>
<a href="https://2017.peter.christmas/">2017</a>
<a href="https://2018.peter.christmas/">2018</a>
</div>
<p class="footer">For info and credits, please see the <a href="https://github.com/poshaughnessy/peter.christmas">README over at GitHub</a></p>
</body>
</html>