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

32 lines
1.2 KiB
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">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
// Embed bloat!!!!
<meta content="damaj.gq" property="og:title" />
<meta content="My Personnal Website!" property="og:description" />
<meta content="https://damaj.gq" property="og:url" />
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
</head>
<body>
<?php include '/var/www/html/~mohamad/templates/header.php' ; ?>
<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>