44 lines
1.1 KiB
HTML
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>
|