Files
website/fun/index.php
2026-02-24 16:43:51 -06:00

12 lines
269 B
PHP

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