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
Raw Normal View History

2022-12-19 21:22:15 +00:00
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
2022-12-21 12:28:55 +00:00
<meta charset="utf-8">
2022-12-19 21:22:15 +00:00
<title>damaj.gq</title>
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
2022-12-21 12:28:55 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2022-12-21 14:00:55 +00:00
// Embed bloat!!!!
2022-12-21 16:24:17 +00:00
<meta content="damaj.gq" property="og:title" />
2022-12-21 14:00:55 +00:00
<meta content="My Personnal Website!" property="og:description" />
2022-12-21 16:24:17 +00:00
<meta content="https://damaj.gq" property="og:url" />
2022-12-21 14:00:55 +00:00
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
2022-12-19 21:22:15 +00:00
</head>
<body>
2022-12-21 12:28:55 +00:00
<?php include '/var/www/html/~mohamad/templates/header.php' ; ?>
2022-12-19 21:22:15 +00:00
<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>