mylloon.fr/templates/index.html
Mylloon d4f216c889
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
more flexibility hover templates
2023-04-24 17:22:12 +02:00

44 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html class="index" lang="fr">
<head dir="ltr">
{{>head.html}}
</head>
<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>