aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/404.html
blob: 15da5c2da8628f0aaff1546241de5a1668ccfd99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
  <title> Surfer - File not found </title>

  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

  <link rel="stylesheet" href="/_admin/css/style.css">
</head>
<body>

<div class="container-center">
  <p>File or directory not found</p>
</div>

</body>
</html>