mylloon.fr/templates/index.html
Mylloon eadf06c745
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
use blog endpoint
2023-04-19 20:17:59 +02:00

42 lines
1 KiB
HTML

<!DOCTYPE html>
<html class="index" lang="fr">
{{>head.html}}
<body class="index">
<div class="divIndex">
<button
class="buttonIndex"
id="buttonIndexTL"
onclick="window.location.href='https://liv.mylloon.fr/#index.md';"
>
<span class="buttonIndex">Cours</span>
</button>
</div>
<div class="divIndex">
<button
class="buttonIndex"
id="buttonIndexTR"
onclick="window.location.href='/blog';"
>
<span class="buttonIndex">Blog</span>
</button>
</div>
<div class="divIndex">
<button
class="buttonIndex"
id="buttonIndexBL"
onclick="window.location.href='/networks';"
>
<span class="buttonIndex">Réseaux</span>
</button>
</div>
<div class="divIndex">
<button
class="buttonIndex"
id="buttonIndexBR"
onclick="window.location.href='/portfolio';"
>
<span class="buttonIndex">Projets</span>
</button>
</div>
</body>
</html>