summaryrefslogtreecommitdiff
path: root/error.html
blob: 5e3a39e21c9f4f772ec3d42847605ce230056996 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
    <head>
	<title>Erreur</title>
	<link rel="stylesheet" type="text/css" href="./style.css" />
    <link rel="icon" type="favicon/ico" href="img/mii.ico">
    </head>
    <body class="error" style="height: 95vh; background: white">
	<h1 style="text-align: center; margin: auto; width: 50%; padding: 42vh 0; font-size: 150">ERREUR</h1>
	<audio src="img/error.mp3" autoplay></audio>
    </body>
</html>