website/index.html
2024-09-05 17:26:23 -05:00

21 lines
905 B
HTML

<!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="/style.css">
<link rel="icon" type="image/x-icon" href="/favicon.gif">
</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></li>
<li><a href="/software">software</a></li>
<li><a href="/books">bookshelf</a></li>
<li><a href="/music">music</a></li>
<li><a href="/games">games</a></li>
</ul>
</main></body></html>