new
This commit is contained in:
parent
0a26ca17b8
commit
680ebdb8bc
|
@ -28,6 +28,7 @@
|
|||
<h4>What i am interested in?</h4>
|
||||
<p>I am interested in a lot of things, however i like to write code and waste my time, and use termux on my phone, etc :P.</p>
|
||||
<p>i am looking to do many modifications to this site, so its pretty currently pretty raw.</p>
|
||||
<p>Consider checking my blog for some stories of mine.</p>
|
||||
</div>
|
||||
</div>
|
||||
<?php include 'templates/footer.php'; ?>
|
||||
|
|
|
@ -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>
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta content="damaj.tech" property="og:title" />
|
||||
<meta content="Contact Me!" property="og:description" />
|
||||
<meta content="https://damaj.tech" property="og:url" />
|
||||
<meta content="https://damaj.tech/site/contact" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in New Issue