-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.12 KB
/
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
29
30
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Map Attack Remastered</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel='icon' href='./images/globe.png' type='image/x-icon' />
</head>
<body>
<div class="container-title">
<header class="title">
<h1 class="title header">Map Attack Remastered</h1>
</header>
<nav>
<ul class="container-logo">
<li class="logo"><a href="main.html">Play the game</a></li>
</ul>
</nav>
<div class="container-main"></div>
<section class="rules">
<h4>Welcome to Map Attack! The rules are simple: save 5 countries, and you save the world. You start with 3 guesses, but
each wrong guess destroys a country. Good luck, and enjoy the game!</h4>
</section>
</div>
</div>
</body>
</html>