Update index.php

This commit is contained in:
Mohamad Damaj 2023-12-03 17:50:24 +00:00
parent 3731d15cff
commit dbf9bffb53
1 changed files with 17 additions and 8 deletions

View File

@ -6,8 +6,17 @@
<?php include 'templates/meta.php' ;?>
</head>
<body>
<?php include 'templates/header.php' ;?>
<p>Hello World!</p>
<?php include 'templates/footer.php' ;?>
<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>