19 lines
573 B
PHP
19 lines
573 B
PHP
|
<!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>
|