diff options
Diffstat (limited to 'frontend/404.html')
-rw-r--r-- | frontend/404.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/frontend/404.html b/frontend/404.html new file mode 100644 index 0000000..21fd6b4 --- /dev/null +++ b/frontend/404.html | |||
@@ -0,0 +1,19 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title> Surfer - File not found</title> | ||
4 | |||
5 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | ||
6 | |||
7 | <link rel="stylesheet" href="/_admin/css/style.css"> | ||
8 | </head> | ||
9 | <body> | ||
10 | |||
11 | <div class="wrapper"> | ||
12 | <div class="content"> | ||
13 | <h2> Surfer </h2> | ||
14 | <p>File not found</p> | ||
15 | </div> | ||
16 | </div> | ||
17 | |||
18 | </body> | ||
19 | </html> | ||