Files
NexusV7/templates/landing.hbs
2022-08-21 13:44:15 +02:00

24 lines
778 B
Handlebars

<!DOCTYPE html>
<html lang="fr">
{{> header}}
<body>
<div class="flexContainer">
<div class="menuContainer">
<a href="/">
<img class="avatar" src="/img/avatar2.webp" alt="avatar">
<ul>
<li><a href="https://glt.sx/projets/index.html">Projets</a></li>
<li><a href="https://glt.sx/artworks/index.html">Artworks</a></li>
<li><a href="https://git.glt.sx/">Git</a></li>
<li><a href="https://media.glt.sx/">Media</a></li>
</ul>
</a>
</div>
</div>
<canvas id="matrix" class="background"></canvas>
</body>
<footer style="position:fixed">
<a class="footer" href="/">glt.sx - 2022</a>
</footer>
<script src="js/matrix.js" type="module"></script>
</html>