it's starting to come together!
This commit is contained in:
29
dynmap.html
29
dynmap.html
@@ -1,18 +1,25 @@
|
||||
<!DOCTYPE HTML>
|
||||
<link href="root.css" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<body class="center"> <h1>Hi! Welcome to my Web Server!</h1>
|
||||
<nav class="center">
|
||||
<body class="center">
|
||||
|
||||
<a href="index.html">Home</a>
|
||||
<a href="https://gitea.calebfontenot.com">Gitea</a>
|
||||
<a href="https://search.calebfontenot.com">SearXNG Instance</a>
|
||||
<a href="dynmap.html">Minecraft Server Dynamic Maps</a><li>
|
||||
<li>
|
||||
<a href="https://survival.calebfontenot.com">Survival Server</a>
|
||||
<a href="https://creative.calebfontenot.com">Creative Server</a>
|
||||
<a href="https://modded.calebfontenot.com">Modded Server</a>
|
||||
<a href="https://skyfactory.calebfontenot.com">Skyfactory Server</a>
|
||||
|
||||
|
||||
<nav>
|
||||
<h1>Hi! Welcome to my Web Server!</h1>
|
||||
<a class="button" href="index.html">Home</a>
|
||||
<a class="button" href="https://gitea.calebfontenot.com">Gitea</a>
|
||||
<a class="button" href="https://search.calebfontenot.com">SearXNG Instance</a>
|
||||
<a class="button" href="dynmap.html">Minecraft Server Dynamic Maps</a><li>
|
||||
</nav>
|
||||
<div id="wrapper">
|
||||
<ul>
|
||||
<a class="button" href="https://survival.calebfontenot.com">Survival Server</a>
|
||||
<a class="button" href="https://creative.calebfontenot.com">Creative Server</a>
|
||||
<a class="button" href="https://modded.calebfontenot.com">Modded Server</a>
|
||||
<a class="button" href="https://skyfactory.calebfontenot.com">Skyfactory Server</a>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user