This commit is contained in:
2026-02-24 16:32:54 -06:00
parent d5d5aee2a4
commit bd4aa4a579
12 changed files with 11 additions and 18 deletions

View File

@@ -1,8 +0,0 @@
<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>

View File

@@ -4,16 +4,7 @@
<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>
<?php include 'https://lukerufkahr.com/snippet/header.php'?>
<main>
<?php echo '<p>Hello World</p>'; ?>
<h1>Welcome to my page.</h1>

0
snippet/footer.php Normal file
View File

10
snippet/header.php Normal file
View File

@@ -0,0 +1,10 @@
<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>