This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
damaj.tech.old/site/blog/index.php

23 lines
731 B
PHP

<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>damaj.gq</title>
<link rel="stylesheet" href="/css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="damaj.tech" property="og:title" />
<meta content="Blog!" property="og:description" />
<meta content="https://damaj.tech/sites/blog" property="og:url" />
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
</head>
<body>
<?php include '/var/www/html/~mohamad/templates/header.php'; ?>
<p>uh</p>
<?php include '/var/www/html/~mohamad/templates/footer.php' ; ?>
</body>
</html>