Updated pages

This commit is contained in:
Lucas Rufkahr
2026-02-24 08:13:20 -06:00
parent 42fbf93a20
commit 4514f44340
2 changed files with 20 additions and 6 deletions

View File

@@ -14,11 +14,6 @@
</nav>
</header>
<main>
<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>
<h1>About me</h1>
</main>
</body>

19
library/index.html 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_stuff.html">Fun</a>
</nav>
</header>
<main>
<h1>Library</h1>
</main>
</body>