Update index.php
This commit is contained in:
parent
3731d15cff
commit
dbf9bffb53
23
index.php
23
index.php
|
@ -1,13 +1,22 @@
|
|||
<!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>
|
||||
<title>Damaj301damaj's site</title>
|
||||
<link rel="stylesheet" href="/css/main.css" text="text/css"></link>
|
||||
<?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