-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother_wd.html
46 lines (46 loc) · 1.48 KB
/
other_wd.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Other World Downloads</title>
<link rel="stylesheet" href="se_web.css">
<link rel="icon" type="image/x-icon" href="images/recovery_compass_item.png">
</head>
<body>
<header>
<img id="logo" src="images/title.png" alt="SwordsEdge Logo">
</header>
<div id="main">
<article>
<h2 class="heading">Other World Downloads</h2>
<div id="world_container">
<div id="latest">
<h4>ChaosEdge:</h4>
<a href="other/chaosedge.zip" download id="latest_world">CE 2023</a>
</div>
</div>
</article>
<nav>
<div class="pageNav">
<h3>Navigation</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="swordsedge.html">SwordsEdge</a></li>
<li><a href="origins.html">Neo-Origins</a></li>
</ul>
</div>
<br>
<div class="pageNav">
<h3>World Downloads</h3>
<ul>
<li><a href="swordsedge_wd.html">SwordsEdge</a></li>
<li><a href="axesedge_wd.html">AxesEdge</a></li>
<li><a href="origins_wd.html">Origins</a></li>
<li><a href="other_wd.html">Other</a></li>
</ul>
</div>
</nav>
</div>
</body>
</html>