26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="fr" data-theme="light">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>MusicTopus - Erreur applicative</title>
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="msapplication-TileColor" content="#2b5797">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<link href="/css/main.css" rel="stylesheet" />
|
|
<script src="/js/main.js"></script>
|
|
</head>
|
|
<body class="body-500">
|
|
<img src="/img/404.svg" alt="Image représentant la mascotte tenant un vinyle cassé" />
|
|
Nous sommes désolé mais quelque chose a mal tourné de notre côté.
|
|
<br />
|
|
<small>On devrait revenir très vite ! 😅</small>
|
|
</body>
|
|
</html>
|