-
Notifications
You must be signed in to change notification settings - Fork 0
/
coastal.html
56 lines (50 loc) · 1.4 KB
/
coastal.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
<!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 coastal maps, such as:
</p>
<ul>
<li>Coast</li>
<li>Continental</li>
<li>Rivers</li>
</ul>
</section>
<article>
<h3 class="openings_title">Coastal opening list</h3>
<a href="coastal.html">Coastal Openings</a>
<ul>
<li><a href="coastal_standard.html">Coastal standard</a></li>
</ul>
</article>
</div>
<footer>
<p>
Created by: Pablo García Marcos, UO245371
</p>
</footer>
</div>
</body>
</html>