-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapGuide.html
More file actions
34 lines (34 loc) · 1.09 KB
/
Copy pathmapGuide.html
File metadata and controls
34 lines (34 loc) · 1.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="css/mapGuide.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="CreatureCatalog.html">图鉴</a></li>
<li><a href="mapGuide.html">地图</a></li>
<li><a href="#">赞助</a></li>
</ul>
</nav>
<h1>瓦罗的费伦大陆指南</h1>
</header>
<main>
<section class="greeting">
<h2>地图导航</h2>
<p>浏览费伦大陆的详细地图,了解各大洲、国家和重要地标的位置。</p>
<p>使用交互式地图功能,查找城镇、地牢和冒险地点。</p>
<p>更多内容敬请期待!</p>
</section>
</main>
<footer>
<p>© 2511程彦硕. 保留所有权利。</p>
</footer>
</body>
</html>