aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/404.html
blob: 21fd6b4b8e005964b72716bb2eac5e1b38caccc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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="wrapper">
  <div class="content">
    <h2> Surfer </h2>
    <p>File not found</p>
  </div>
</div>

</body>
</html>