22 lines
No EOL
555 B
PHP
22 lines
No EOL
555 B
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 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> Ressources: </h4>
|
|
<a href="/"><img src="/img/home.svg"</img>- Home</a>
|
|
</div>
|
|
</body>
|
|
</html>
|