summaryrefslogtreecommitdiff
path: root/public/404.html
blob: a0106bc760dc719c0f577ecbea4832fdb92fb16d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <title>The page you're looking for could not be found (404)</title>
  <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>

<body>
  <h1>404</h1>
  <h3>The page you're looking for could not be found.</h3>
  <hr/>
  <p>Make sure the address is correct and that the page hasn't moved.</p>
  <p>Please contact your GitLab administrator if you think this is a mistake.</p>
</body>
</html>