Files
website/about/index.php
2026-02-24 16:32:54 -06:00

20 lines
612 B
PHP

<!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>