20 lines
701 B
HTML
20 lines
701 B
HTML
|
<!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">
|
||
|
|
||
|
<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>
|
||
|
</body>
|
||
|
|
||
|
</html>
|
||
|
|