uPDATED CPP.PHP

This commit is contained in:
2026-02-24 16:34:24 -06:00
parent 6adaaaca79
commit 7573f6a8fa

View File

@@ -3,16 +3,7 @@
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css"> <link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
</head> </head>
<body> <body>
<header> <?php include './snippet/header.php'?>
<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/">Fun</a>
</nav>
</header>
<main> <main>
<h1>C++ Notes</h1> <h1>C++ Notes</h1>