ancient-greek.net/blog/template.php

28 lines
551 B
PHP
Raw Normal View History

2021-11-26 14:38:51 +00:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
2021-11-28 12:33:45 +00:00
<link rel="preload" as="style" href="/CSS/styles.css">
<link rel="stylesheet" href="/CSS/styles.css">
2021-12-24 13:04:32 +00:00
<script defer data-domain="ancient-greek.net" src="https://plausible.io/js/plausible.js"></script>
2021-11-26 14:38:51 +00:00
<?php include('../header.php'); ?>
2021-12-07 20:33:45 +00:00
2021-11-26 14:38:51 +00:00
</head>
<div align="center">
<h1></h1>
</div>
<body>
<div class="article">
</div>
</body>
<footer>
2021-12-07 15:50:53 +00:00
<?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
2021-11-26 14:38:51 +00:00
<footer>
</html>