42 lines
1 KiB
HTML
42 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html class="index" lang="fr">
|
|
{{> header.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='https://anri.prose.sh/';"
|
|
>
|
|
<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>
|