This commit is contained in:
2026-02-24 16:32:54 -06:00
parent d5d5aee2a4
commit bd4aa4a579
12 changed files with 11 additions and 18 deletions

19
about/index.php Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
</head>
<body>
<header>
<span style="font-size: 36px;">Lucas Rufkahr</span>
<nav>
<a href="https://lukerufkahr.com">Home</a>
<a href="https://lukerufkahr.com/notes/">Notes</a>
<a href="https://lukerufkahr.com/about/">About</a>
<a href="https://lukerufkahr.com/library/">Library</a>
<a href="https://lukerufkahr.com/fun/">Fun</a>
</nav>
</header>
<main>
<h1>About me</h1>
</main>
</body>