damaj.tech/site/blog/index.php

14 lines
320 B
PHP
Raw Normal View History

2023-10-30 18:08:33 +00:00
<!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>