21 lines
1.0 KiB
PHP
21 lines
1.0 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>damaj.tech</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="Contact Me!" property="og:description" />
|
|
<meta content="https://damaj.tech/site/contact" property="og:url" />
|
|
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
|
</head>
|
|
<body>
|
|
<?php include '/templates/header.php'; ?>
|
|
<div class="circle"></div>
|
|
<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 chat with me on <a href="https://matrix.to/#/@mohamad%2fdamaj.tech">Matrix!</a>, It would be nice to talk :).</p>
|
|
<p>You may find me elsewhere too!</p>
|
|
<?php include '/templates/footer.php' ; ?>
|
|
</body>
|
|
</html>
|