-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChina.html
44 lines (31 loc) · 1.97 KB
/
China.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>China</title>
<link href="css/stylesheetCiv.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>China</h1>
<div class="CIV-Introduction">
<img class="CIV-FLAG" src="images/Chinese.webp" width="300">
<br>
<p1>The Chinese civilization is one of impressive constructions, gunpowder strength, and a dynasty system that provides unique benefits and varied strategies to overcome the opponent.
<br><br> The Chinese civilization in Age of Empires IV is a thriving, unique civilization that grows through their dynasty system over the years 907-1644 CE. They are powerful defenders behind formidable fortifications.
<br><br> The engineering prowess of the Chinese dominated the world for centuries, a trait present in Age of Empires IV. You live through history as Chinese culture, strength, and innovations created ripples across Eurasia, growing your empire as you move through vibrant Tang, Song, Yuan, and Ming Dynasties. Your units speak Mandarin Chinese, a Sinitic language originating in North China.
</p1>
</div>
<div class="menu-navigator-china">
<img class="civ-Art" src="images/China-splashart.png">
<p class="navigator-text">
<a href="Chinaunits.html">Units</a> <br> <a href="">Landmarks and buildings</a> <br> <a href="">How to play</a> <br> <a href="">Technology</a>
<br> <a href="">Wonder</a> <br> <a href="">Design</a>
</p>
<!--Div for the icons themselves-->
<!-- <img class="navigator-text" src="images/Towncenter-Icon.webp" alt="Towncenter Icon">
<img class="navigator-text" src="images/Barracks-Icon.webp" alt="Icon of baracks"> -->
</div>
</body>
</html>