Add a 404 page

This commit is contained in:
Julien Malka 2022-02-26 18:39:09 +01:00
parent 48be1d78ea
commit f66f54312f
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
3 changed files with 80 additions and 1 deletions

View file

@ -0,0 +1,13 @@
<html>
<link rel="stylesheet" href="main.css">
<link href="http://fonts.cdnfonts.com/css/courgette" rel="stylesheet">
<body>
<div class="number">404</div>
<div class="text"><span>Ooops...</span><br>page not found</div>
</body>
</html>