25 lines
899 B
Handlebars
25 lines
899 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
{{> header}}
|
|
<body>
|
|
<div class="flexContainer">
|
|
<div class="menuContainer">
|
|
<a href="/">
|
|
<video class="avatar" src="/img/avatar_animated2.webm" loop="loop" autoplay="autoplay"></video>
|
|
<ul>
|
|
<li><a href="https://gltronic.ovh/projets/index.html">Projets</a></li>
|
|
<li><a href="https://gltronic.ovh/artworks/index.html">Artworks</a></li>
|
|
<li><a href="https://gltronic.ovh/blog/index.html">Blog</a></li>
|
|
<li><a href="https://git.gltronic.ovh/">Git</a></li>
|
|
<li><a href="https://gltronic.ovh/about.html">?</a></li>
|
|
</ul>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div id="background" class="background"></div>
|
|
</body>
|
|
<footer style="position:fixed">
|
|
<a class="footer" href="/">gltronic - 2021</a>
|
|
</footer>
|
|
<script src="js/main.js" type="module"></script>
|
|
</html> |