Upload
This commit is contained in:
parent
49f0211ee1
commit
c8f8ef975a
14 changed files with 183 additions and 0 deletions
27
index.php
Executable file
27
index.php
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
<!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">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<meta name="Damaj.gq" content="Welcome to the home of Damaj301damaj!">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<center><?php include '/var/www/html/~mohamad/templates/header.php' ; ?></center>
|
||||
|
||||
<div class="postContainer">
|
||||
<div class="post">
|
||||
<h1>Welcome to my website!</h1>
|
||||
<p>Note: Website's not finished!</p>
|
||||
<h2>About</h2>
|
||||
<p>Hi!, my name is <b>Mohamad</b> (he/him). <br>
|
||||
I like tinkering with stuff, particularly computers. <br>
|
||||
I use Gentoo Linux on a low-end 2008ish PC rocking a Pentium Core 2 Duo E5200 and 4GB's of DDR2 800mhz RAM.<br>
|
||||
I am also interested in Termux and emulators.<br></p>
|
||||
</div>
|
||||
</div>
|
||||
<?php include '/var/www/html/~mohamad/templates/footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in a new issue