This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
damaj.tech.old/site/contact/index.php

21 lines
1.0 KiB
PHP
Raw Normal View History

2022-12-19 21:22:15 +00:00
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
2022-12-21 12:28:55 +00:00
<meta charset="utf-8">
<title>damaj.tech</title>
2023-02-18 22:30:18 +00:00
<link rel="stylesheet" href="/css/main.css">
2022-12-21 12:28:55 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="damaj.tech" property="og:title" />
2022-12-21 16:24:17 +00:00
<meta content="Contact Me!" property="og:description" />
2023-04-10 20:31:35 +00:00
<meta content="https://damaj.tech/site/contact" property="og:url" />
2022-12-21 16:24:17 +00:00
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
2022-12-19 21:22:15 +00:00
</head>
<body>
2023-05-05 20:01:12 +00:00
<?php include '/var/www/html/templates/header.php'; ?>
2023-05-05 20:03:53 +00:00
<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>
2022-12-19 21:22:15 +00:00
<p>You may find me elsewhere too!</p>
2023-05-05 20:01:12 +00:00
<?php include '/var/www/html/templates/footer.php' ; ?>
2022-12-19 21:22:15 +00:00
</body>
</html>