34 lines
1.1 KiB
PHP
34 lines
1.1 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Damaj301damaj's site</title>
|
|
<link rel="stylesheet" href="/css/main.css" text="text/css"></link>
|
|
<?php include 'templates/meta.php' ;?>
|
|
</head>
|
|
<body>
|
|
<a rel="me" href="https://vmst.io/@damaj301damaj"></a>
|
|
<a href="/"><img class="pfp" src="img/d301d.png"></img></a>
|
|
<div class="intro">
|
|
</div>
|
|
<div class="intro2">
|
|
<h1>👋 Hey There!</h1>
|
|
<p> My name is Mohamad, </p>
|
|
<p> Welcome to my space, </p>
|
|
<p> Feel free to look around. </p>
|
|
<hr></hr>
|
|
<h4> Website content: </h4>
|
|
<a href="/"><img src="/img/home.svg" width="25px" height="25px"</img>- Home</a>
|
|
<br></br>
|
|
<a href="/site/whoami"><img src="/img/message.svg" width="25px" height="25px"</img>- Who Am I?</a>
|
|
<br></br>
|
|
<a href="/site/blog"><img src="/img/rss.svg" width="25px" height="25px"</img>- Blog</a>
|
|
<br></br>
|
|
<hr></hr>
|
|
<h4> Self-hosted Services: </h4>
|
|
<a href="https://git.damaj.tech"><img src="/img/git.svg" width="25px" height="25px"></img>- Git Server</a>
|
|
<br></br>
|
|
<a href="https://searxng.damaj.tech"><img src="/img/searxng.svg" width="25px" height="25px"></img>- SearXNG</a>
|
|
</div>
|
|
</body>
|
|
</html>
|