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.php

19 lines
721 B
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">
2022-12-19 21:22:15 +00:00
<title>damaj.gq</title>
<link rel="stylesheet" href="../css/main.css">
<meta name="Contact Info">
2022-12-21 12:28:55 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2022-12-19 21:22:15 +00:00
</head>
<body>
<center><?php include '/var/www/html/~mohamad/templates/header.php'; ?></center>
<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 '/var/www/html/~mohamad/templates/footer.php' ; ?>
</body>
</html>