12 lines
269 B
PHP
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>
|