This commit is contained in:
2026-02-24 15:53:35 -06:00
parent a1efcfd062
commit d5d5aee2a4

View File

@@ -1,26 +0,0 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
<meta content='width=device-width, initial-scale=1' name='viewport'/>
</head>
<body>
<header>
<span style="font-size: 2rem;">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>
<?php echo '<p>Hello World</p>'; ?>
<h1>Welcome to my page.</h1>
<ul>
<li><a href="https://lukerufkahr.com/notes/physics.html">Physics</a></li>
<li><a href="https://lukerufkahr.com/notes/circuits.html">Circuits</a></li>
<li><a href="https://lukerufkahr.com/notes/cpp.html">C++</a></li>
</ul>
</main>
</body>