This commit is contained in:
Lucas Rufkahr
2026-02-24 08:26:57 -06:00
parent f9dce07722
commit 378cce391a
2 changed files with 9 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ header * {
color:white;
}
header h1 {
font-size: 1rem;
}
nav {
display:block
}

View File

@@ -1,11 +1,15 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
<link rel="stylesheet" href="assets/style.css">
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<style>
</style>
</head>
<body>
<header>
<span style="font-size: 36px;">Lucas Rufkahr</span>
<span style="font-size: 2rem;">Lucas Rufkahr</span>
<nav>
<a href="https://lukerufkahr.com">Home</a>
<a href="https://lukerufkahr.com/notes/">Notes</a>