alemauri.eu/src/_header.html

13 lines
306 B
HTML
Raw Normal View History

2020-08-08 17:03:29 +02:00
<link rel="stylesheet" href="styles.css">
2020-08-12 01:51:31 +02:00
<div class="header">
<div id="thumb-container">
<img src="img/me.jpg" alt="me" id="thumb">
</div>
<div id="links">
<a href="./">Home</a>
2020-08-20 09:23:58 +02:00
<a href="https://git.alemauri.eu/alema">Gitea</a>
<a href="https://github.com/gunboy001">Github</a>
2020-08-12 01:51:31 +02:00
</div>
</div>