-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
36 lines (34 loc) · 937 Bytes
/
support.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support - Minesweeper: Don't Panic!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Minesweeper: Don't Panic!</h1>
<img src="icon.png" class="icon" alt="Minesweeper icon"
srcset="[email protected] 2x"
/>
</header>
<h2>Support</h2>
<p>For support, please contact us by email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Letters can be sent to:
<pre>
Q42 B.V.
Saturnusstraat 14
2516 AH Den Haag
The Netherlands
</pre>
</p>
<footer>
<p>Created by <a href="https://q42.com/">Q42</a>.</p>
<ul>
<li><a href="privacy.html">Privacy policy</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</footer>
</body>
</html>