aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/404.html')
-rw-r--r--frontend/404.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/frontend/404.html b/frontend/404.html
index 21fd6b4..c660424 100644
--- a/frontend/404.html
+++ b/frontend/404.html
@@ -1,6 +1,6 @@
1<html> 1<html>
2<head> 2<head>
3 <title> Surfer - File not found</title> 3 <title> Surfer - File not found </title>
4 4
5 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> 5 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6 6
@@ -8,11 +8,8 @@
8</head> 8</head>
9<body> 9<body>
10 10
11<div class="wrapper"> 11<div class="container-center">
12 <div class="content"> 12 <p>File not found</p>
13 <h2> Surfer </h2>
14 <p>File not found</p>
15 </div>
16</div> 13</div>
17 14
18</body> 15</body>