This commit is contained in:
Mohamad Damaj 2022-12-19 21:22:15 +00:00
parent 49f0211ee1
commit c8f8ef975a
14 changed files with 183 additions and 0 deletions

17
site/contact.php Executable file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>damaj.gq</title>
<link rel="stylesheet" href="../css/main.css">
<meta charset="utf-8">
<meta name="Contact Info">
</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>

18
site/others.php Executable file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>damaj.gq</title>
<link rel="stylesheet" href="../css/main.css">
<meta charset="utf-8">
<meta name="Other Sites!" content="Other sites i host">
</head>
<body>
<center><?php include '/var/www/html/~mohamad/templates/header.php'; ?></center>
<h1>Checkout my other websites :D<h1>
<p> <a href=https://free-wii-u.gq>free-wii-u.gq</a>
<p> <a href=https://soystemd.gq>soystemd.gq</a> </p>
<?php include '/var/www/html/~mohamad/templates/footer.php' ; ?>
</body>
</html>