Delete index.html

This commit is contained in:
logan 2024-09-07 00:21:40 -05:00
parent 38eb74a536
commit 003e6de0c9

View file

@ -1,24 +0,0 @@
<!DOCTYPE html><html><head><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> logan's site </title>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/highlight.css">
<link rel="icon" type="image/x-icon" href="/favicon.gif">
<script src="/js/components.js"></script>
</head><body><main><h1>logan's site</h1>
<h2>about</h2>
<p>My name is Logan Gatlin, and upon this Intel NUC8i3 I shall build my kingdom. I
am from the United States, where I was born in 2003. In 2025 I will receive my
bachellors in Computer Science from the <a href="https://utsa.edu">University of Texas at San
Antonio</a>.</p>
<h2>site map</h2>
<ul>
<li><a href="https://git.lgatlin.dev/logan">my git server</a> - <em>personal code forge</em></li>
<li><a href="/software">software</a> - <em>thoughts on programming</em></li>
<li><a href="/books">books</a> - <em>reading corner</em></li>
<li><a href="/music">music</a> - <em>sick tunes</em></li>
<li><a href="/toys">toybox</a> - <em>awesome web apps</em></li>
<li><a href="/hyperspace">hyperspace</a> - <em>everything world wide web</em></li>
</ul>
</main></body></html>