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/beta/index.php

24 lines
736 B
PHP
Executable File

<!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="Damaj.gq" content="Welcome to the home of Damaj301damaj!">
</head>
<body>
<?php include '/var/www/html/~mohamad/templates/header.php' ; ?>
<center><?php include '/var/www/html/~mohamad/templates/links.php' ; ?></center>
<h1>welcome to my website!</h1>
<h2>under construction!!</h2>
<p>... in the meanwhile checkout my other websites :D</p>
<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>