aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/404.html
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2019-02-24 20:34:43 +0100
committerJohannes Zellner <johannes@cloudron.io>2019-02-24 20:34:43 +0100
commit7c15fe4c937c6f531f1d6e480977d36341eb1837 (patch)
tree17033a50eccf3b1a5180b1497f609103f845fe19 /frontend/404.html
parentcf286c1be0b9053e1839a29a762aa5ce71bf62cd (diff)
downloadSurfer-7c15fe4c937c6f531f1d6e480977d36341eb1837.tar.gz
Surfer-7c15fe4c937c6f531f1d6e480977d36341eb1837.tar.zst
Surfer-7c15fe4c937c6f531f1d6e480977d36341eb1837.zip
Remove old styles
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>