first commit

This commit is contained in:
2026-02-23 08:02:31 -06:00
commit ba7e8402ef
4 changed files with 163 additions and 0 deletions

9
index.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<body>
<h1>lukerufkahr.com</h1>
<ul>
<li>Physics</li>
<li>Circuits</li>
<li><a href="notes/cpp.html">C++</a></li>
</ul>
</body>