78 lines
2.4 KiB
HTML
78 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html class="index" lang="fr">
|
|
<head dir="rtl">
|
|
<title>Page principale - Anri</title>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.01" />
|
|
<link rel="stylesheet" href="css/style.css" />
|
|
<meta name="author" content="Mylloon" />
|
|
<meta name="description" content="Page principale" />
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="icons/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="icons/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="icons/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="icons/site.webmanifest" />
|
|
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#5bbad5" />
|
|
<link rel="shortcut icon" href="icons/favicon.ico" />
|
|
<meta name="msapplication-TileColor" content="#ffffff" />
|
|
<meta name="msapplication-config" content="icons/browserconfig.xml" />
|
|
<meta name="theme-color" content="#2a2424" />
|
|
<meta content="Anri - Mylloon" property="og:title" />
|
|
<meta content="Page principale" property="og:description" />
|
|
<meta content="icons/apple-touch-icon.png" property="og:image" />
|
|
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
|
|
<link rel="me" href="https://piaille.fr/@mylloon" />
|
|
</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='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>
|