-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 989 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pirate Game</title>
<link rel="stylesheet" type="text/css" href="css/MainPage.css">
<link rel="icon" href="logo.png" type="image/x-icon">
</head>
<body>
<div id="nav">
<ul>
<li><a id="logo" href="index.html"><img border="0" src="logo.png" width="100" height="100"></a></li>
<li><a href="Start.html">Start a<br>Game</a></li>
<li><a href="Join.html">Join a<br>Game</a></a></li>
<li><a href="Acknowledge.html">Acknowledgements</a></li>
</ul>
<h1 id="title"><u> The Pirate Game </u></h1>
</div>
<br>
<div class="sometext" style="background-color:lightblue;">
<p>Hey! We are very glad that you've found us.
<br>
But... We've just moved to <a href="https://the-pirate-game.herokuapp.com/">https://the-pirate-game.herokuapp.com/</a>
</p>
</div>
</body>
</html>