-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathThankYou.html
More file actions
39 lines (38 loc) · 1.62 KB
/
ThankYou.html
File metadata and controls
39 lines (38 loc) · 1.62 KB
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
37
38
39
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You!</title>
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="large-12 columns align-self-middle">
<div class="row" style="margin-top: 10%">
<div class="large-12 columns text-center">
<h1>Thank You!</h1>
<div class="large-4 small-centered columns text-center">
<p>Your session has timed out. If you'd like to play again, please return to the end of the
line</p>
</div>
</div>
</div>
<div class="row">
<div class="large-12 small-centered columns text-center">
<div class="callout">
<h5>Credits</h5>
<p>Peter Boulanger and the Underground Circus<br> Dave's Builder</p>
<p>Roxy Promhouse <br> Front end developer</p>
<p>Hudhaifah Zahid<br> Back end developer</p>
<p>Wetaio Liu <br> Back end developer</p>
<p>Thomas Gray <br> Full stack developer and tech manager</p>
<p>Theo Rosenfeld <br>Project manager</p>
<h6>With help from:</h6>
<p>Brian Wing</p>
</div>
</div>
</div>
</div>
</body>
</html>