-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex-old.html
30 lines (28 loc) · 1.08 KB
/
index-old.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
<!DOCTYPE html>
{% autoescape true %}
<html lang="en">
<head>
<title>Is there a game night this week? (old page)</title>
<link type="text/css" rel="stylesheet" href="/resources/main.css" />
<meta property="og:title" content="Is there a game night this week?" />
<meta property="og:description" content="This is the old gamenight page, check gamenight-510.appspot.com for now. This URL will be updated to the new page soon." />
</head>
<body>
<div class="center">
<p>
This is the <strong>old gamenight page</strong>, check the <strong><a
href="https://gamenight.peeron.com">new site</a></strong>.
</p>
<p>
If you've added the gamenight calendar, you should remove the old one and add the one linked from the new site instead.
</p>
</div>
<div class="future">
<ul>
<li class="scheduled"><a href="https://gamenight.peeron.com/invite">Invite...</a></li>
</ul>
</div>
</body>
{% endautoescape %}
{# vim: set ts=4 sts=4 sw=4 et: #}
</html>