it's starting to come together!

This commit is contained in:
2023-03-06 16:28:32 -06:00
parent ccef003b56
commit 36c4d37936
3 changed files with 63 additions and 25 deletions

View File

@@ -14,15 +14,15 @@
<body class="center">
<h1>Hi! Welcome to my Web Server!</h1>
<div id="wrapper">
<nav>
<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>
<a href="mario">Mario</a>
<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>
<a class="button" href="mario">Mario</a>
</nav>
<div class="center">
<p>Hi! My name is <mark>Caleb Fontenot.</mark> I am a software developer in my second semester at South Lousiana Community College.</p>
<!--p>Below is Mr. Mouse absolutely jamming it</p>
<!image src=https://files.calebfontenot.com/files/mrmouse.gif alt="Mr. Mouse">
@@ -47,7 +47,9 @@
<footer>
<p>Footer moment</p>
</footer>
</body>
</div>
</body>
</html>