Files
website/about/index.php
2026-02-24 17:14:50 -06:00

12 lines
264 B
PHP

<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
</head>
<body>
<?php include '.././snippet/header.php'?>
<main>
<h1>About me</h1>
</main>
<?php include '.././snippet/footer.php'?>
</body>