This repository was archived by the owner on Aug 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·36 lines (35 loc) · 1.69 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>damaj.tech - Personal Site!</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="damaj.tech" property="og:title" />
<meta content="My Personnal Website!" property="og:description" />
<meta content="https://damaj.tech" property="og:url" />
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
<meta name="msvalidate.01" content="603549558ED490A6863931BDED94963B" />
<meta http-equiv='content-language' content='en-LB'>
<meta name='description' content='Home of the Damaj301damaj guy, you probably know me, or not. but welcome, here i have a bunch of information and i use this for cool hosting purposes!'>
</head>
<body>
<?php include 'templates/header.php' ; ?>
<div class="postContainer">
<div class="post">
<div class="circle"></div>
<b>Welcome to my website!</b>
<p>Hi!, my name is <b>Mohamad</b> (he/him). <br> </p>
<b>What do i do?</b>
<p>I like tinkering with stuff, particularly computers.</p>
<b>What i am interested in?</b>
<p>I am interested in a lot of things, however i like to write code and waste my time, and use termux on my phone, etc :P.</p>
<p>i am looking to do many modifications to this site, so its pretty currently pretty raw.</p>
<a rel="me" href="https://vmst.io/@damaj301damaj">I am also on Mastodon!</a>
<p>Consider checking my blog for some guides and stories of mine.</p>
</div>
</div>
<?php include 'templates/footer.php'; ?>
</body>
</html>