Update index.php
This commit is contained in:
parent
3731d15cff
commit
dbf9bffb53
15
index.php
15
index.php
|
@ -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>
|
Loading…
Reference in New Issue