-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswordsedge.html
56 lines (54 loc) · 2.11 KB
/
swordsedge.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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About SwordsEdge</title>
<link rel="stylesheet" href="se_web.css">
<link rel="icon" type="image/x-icon" href="images/diamond_sword.png">
</head>
<body>
<header>
<img id="logo" src="images/title.png" alt="SwordsEdge Logo">
</header>
<div id="main">
<article>
<h2 class="heading">SwordsEdge</h2>
<!-- Youtube Video embed -->
<div class="iframe_background">
<div class="iframe_container">
<iframe src="https://www.youtube.com/embed/bmdrqHK6lrc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<h6>Seed: 183561531</h6>
<p>SwordsEdge is the first Minecraft server I created. It is a bedrock SMP style server for consoles, phones, and windows 10. SwordsEdge is the most played on, hence everything being named after it.</p>
<!-- Map embed -->
<div class="iframe_background">
<div class="iframe_container">
<iframe src="map/se/overworld/unmined.index.html"></iframe>
</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>