-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
47 lines (43 loc) · 1.36 KB
/
contact.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
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head lang="en">
<!-- Vi vil sælge spil! -->
<meta charset="UTF-8">
<title>Best Games - for real gamers</title>
<link type="text/css" rel="stylesheet" href="style.css">
<script src="http://code.jquery.com/jquery-2.0.0.min.js"></script>
<script src="main.js"></script>
</head>
<body>
<table class="upper">
<tr>
<td><a href="about.html">About BestGames</a></td>
<td class="center">
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!"/>
</a>
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Frvplauborg.github.io%2Fcontact.html">Validate HTML</a>
</td>
<td class="rightmost"><a href="contact.html">Contact information</a></td>
</tr>
</table>
<h1 class="main">BestGames</h1>
<nav>
<table class="menu">
<tr>
<td><a href="index.html">Home</a></td>
<td><a href="pcgames.html">PC</a></td>
<td><a href="ps4games.html">PS4</a></td>
<td><a href="xonegames.html">Xbox One</a></td>
<td class="lastchild"><a href="wiiugames.html">Wii-U</a></td>
</tr>
</table>
</nav>
<br>
<div class="plaintext">
<b>Contact BestGames</b>
<p>-</p>
</div>
</body>
</html>