19 lines
721 B
PHP
Executable File
19 lines
721 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>damaj.gq</title>
|
|
<link rel="stylesheet" href="../css/main.css">
|
|
<meta name="Contact Info">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
</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>
|