Improve landing page + add icons
This commit is contained in:
parent
b8cf9f82df
commit
0e306baacb
7 changed files with 284 additions and 9 deletions
12
index.php
12
index.php
|
|
@ -15,8 +15,14 @@
|
|||
<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>
|
||||
<h4> Various services and content i got: </h4>
|
||||
<a href="/"><img src="/img/home.svg" width="25px" height="25px"</img>- Home</a>
|
||||
<br></br>
|
||||
<a href="/site/contact"><img src="/img/message.svg" width="25px" height="25px"</img>- Contact Me</a>
|
||||
<br></br>
|
||||
<a href="/site/blog"><img src="/img/rss.svg" width="25px" height="25px"</img>- Blog</a>
|
||||
<br></br>
|
||||
<a href="https://git.damaj.tech"><img src="/img/git.svg" width="25px" height="25px"></img>- Git Server</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Reference in a new issue