Fix Machine related issues

This commit is contained in:
Mohamad Damaj 2023-02-19 00:30:18 +02:00
parent 0dfe17f76f
commit 4c15de2c37
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>damaj.gq</title>
<link rel="stylesheet" href="../css/main.css">
<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="Contact Me!" property="og:description" />
@ -11,10 +11,10 @@
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
</head>
<body>
<?php include '/templates/header.php'; ?>
<?php include '/var/www/html/~mohamad/templates/header.php'; ?>
<p>If you ever need to contact me to chat or fix an issue, you can email me <a href="mailto:mohamad301damaj@duck.com">here</a> , or you can add me on Discord "Damaj301damaj#7279", It would be nice to talk :).</p>
<p>You may find me elsewhere too!</p>
<?php include '/templates/footer.php' ; ?>
<?php include '/var/www/html/~mohamad/templates/footer.php' ; ?>
</body>
</html>