-
Notifications
You must be signed in to change notification settings - Fork 0
/
land.html
67 lines (61 loc) · 1.81 KB
/
land.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AGE OF EMPIRES II OPENINGS</title>
<link rel="stylesheet" type="text/css" href="basic.css">
</head>
<body>
<div class="grid-container-2">
<header class="header">
<div class="title">
<h1>AGE OF EMPIRES II OPENINGS</h1>
</div>
<div class="nav">
<nav>
<a href="index.html">Home</a>
<a href="land.html">Land openings</a>
<a href="coastal.html">Coastal openings</a>
<a href="water.html">Water openings</a>
</nav>
</div>
</header>
<div class="page-2">
<section class ="main_info">
<h2>Land opening</h2>
<p>
The following openings are designed to play in land maps, such as:
</p>
<ul>
<li>Arabia</li>
<li>Valley</li>
<li>Cenotes</li>
<li>Phantom Lake</li>
<li>Mountains</li>
<li>Mongolia</li>
<li>Scandinavia</li>
</ul>
</section>
<article>
<h3 class="openings_title">land opening list</h3>
<a href="land.html">Land openings</a>
<ul>
<li>
<a href="standard.html">Standard</a>
<ul>
<li><a href="standard_scouts.html">Scouts</a></li>
<li><a href="standard_archers.html">Archers</a></li>
</ul>
</li>
<li><a href="fast_castle.html">Fast castle</a></li>
</ul>
</article>
</div>
<footer>
<p>
Created by: Pablo García Marcos, UO245371
</p>
</footer>
</div>
</body>
</html>