Skip to content

Commit 1c27096

Browse files
Create contact.html
1 parent 3fe30f5 commit 1c27096

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset='utf-8'>
6+
<meta name='viewport' content='width=device-width'>
7+
<title>Shut the Box - Contact</title>
8+
<style>
9+
body {
10+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
11+
padding: 1em;
12+
}
13+
</style>
14+
</head>
15+
16+
<body>
17+
<strong>Shut the Box - Contact</strong>
18+
19+
<p>
20+
If you have questions and need to contact us regarding the app 'Shut the Box' use any of the email addresses below
21+
</p>
22+
23+
<p>
24+
Anton Gustafsson - [email protected]
25+
</p>
26+
<p>
27+
28+
</p>
29+
30+
</body>
31+
32+
</html>

0 commit comments

Comments
 (0)