damaj.tech/index.php

14 lines
311 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' ;?>
<p>Hello World!</p>
<?php include 'templates/footer.php' ;?>
</body>
</html>