23 lines
779 B
HTML
23 lines
779 B
HTML
<!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/fun_stuff.html">Fun</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<h1>List of class notes.</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>
|