diff options
Diffstat (limited to 'error.html')
| -rw-r--r-- | error.html | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1 +1,10 @@ -<h1>uwu we made a little fucko boingo</h1> +<html> + <head> + <title>Erreur</title> + <link rel="stylesheet" type="text/css" href="./style.css" /> + </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> |
