You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
alemauri.eu/src/_header.html

13 lines
335 B

<title>Mauri's website</title>
<link rel="stylesheet" href="styles.css">
<div class="header">
<div id="thumb-container">
<img src="img/me.jpg" alt="me" id="thumb">
</div>
<div id="links">
<a href="./">Home</a>
<a href="https://git.alemauri.eu/alema">Gitea<a>
<a href="https://github.com/gunboy001">Github<a>
</div>
</div>