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

35
beta/css/main.css Executable file
View file

@ -0,0 +1,35 @@
html {
margin: auto;
width: 80%;
background-color: #131316;
}
body {
background-color: #1f2024;
box-shadow: 0px 0px 15px #000000;
padding: 80px;
border-radius: 5px;
}
p, h1, h2, h3, h4, h5, h6, pre, span {
font-family: monospace;
color: #f8f9f8;
font-size: 10pt;
}
hr {
border-color: #fd7717;
border-top: none;
}
.logo {
font-size: 35pt;
}
.links {
font-size: 7pt;
}
a {
color: #fd7717;
text-decoration: none;
transition: 0.1s;
}
a:hover {
color: #89cff0;
}

23
beta/index.php Executable file
View file

@ -0,0 +1,23 @@
<!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>

2
beta/templates/footer.php Executable file
View file

@ -0,0 +1,2 @@
<hr>
<p>site written and hosted by <a href="https://donut.gq/">Emily</a> modified by me, massive thanks to her, she is awesome!</p>

2
beta/templates/header.php Executable file
View file

@ -0,0 +1,2 @@
<span class="logo">damaj.gq</h1>
<br>

3
beta/templates/links.php Normal file
View file

@ -0,0 +1,3 @@
<span class="links"> <a href=/var/www/html/~mohamad/site/other.php>[Other Sites]</a>
<span class="links">
<hr>