-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaxesedge_wd.html
51 lines (51 loc) · 1.9 KB
/
axesedge_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
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AxesEdge World Downloads</title>
<link rel="stylesheet" href="se_web.css">
<link rel="icon" type="image/x-icon" href="images/diamond_axe.png">
</head>
<body>
<header>
<img id="logo" src="images/title.png" alt="SwordsEdge Logo">
</header>
<div id="main">
<article>
<h2 class="heading">AxesEdge World Downloads</h2>
<div id="world_container">
<div id="latest">
<h4>Latest Backup:</h4>
<a download id="latest_world"></a>
</div>
<div id="archived">
<h4>Archived Backups:</h4>
</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>
<script src="js/worldDownload.js"></script>
<script src="js/axesedge_wd.js"></script>
</html>