damaj.tech/site/blog/index.php
speedie 1b74e277b0 Fix: Include paths
This is not ideal, in fact I would propose not using include at all, but
I guess as a one-liner this is a functional solution.
2024-03-30 03:26:09 +01:00

13 lines
375 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Damaj301damaj's site</title>
<link rel="stylesheet" href="/css/main.css" text="text/css"></link>
<?php include '../../templates/meta.php' ;?>
</head>
<body>
<?php include '../../templates/header.php' ;?>
<font size=25px><b>Coming Soon! (Don't count on it tho)</b></font>
<?php include '../../templates/footer.php' ;?>
</body>
</html>