summaryrefslogtreecommitdiff
path: root/error.html
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-10-25 20:27:18 +0200
committermarcellus <msimon_fr@hotmail.com>2023-10-25 20:27:18 +0200
commit808469f29b2d527da863097b2d4d3cbcd2baecb9 (patch)
tree2d916037182fba1f60f90e2632aa4a181071334a /error.html
parent9aa341382b246c26c95c893610b3984ba5ee2f14 (diff)
feat: error page tuned
Diffstat (limited to 'error.html')
-rw-r--r--error.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/error.html b/error.html
index de96e3b..cd93384 100644
--- a/error.html
+++ b/error.html
@@ -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>