23 lines
731 B
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>
|