This commit is contained in:
Mohamad Damaj 2023-04-10 23:31:35 +03:00
parent 0a26ca17b8
commit 680ebdb8bc
3 changed files with 24 additions and 1 deletions

22
site/blog/index.php Normal file
View file

@ -0,0 +1,22 @@
<!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>