mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Add a 404 page
This commit is contained in:
parent
48be1d78ea
commit
f66f54312f
3 changed files with 80 additions and 1 deletions
13
modules/nginx/404/index.html
Normal file
13
modules/nginx/404/index.html
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue