404.html 370 Bytes
Newer Older
gitlabhq's avatar
gitlabhq committed
1 2 3 4
<!DOCTYPE html>
<html>
<head>
  <title>The page you were looking for doesn't exist (404)</title>
5
  <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
gitlabhq's avatar
gitlabhq committed
6 7 8
</head>

<body>
9
  <h1>404</h1>
10
  <div>
gitlabhq's avatar
gitlabhq committed
11 12 13 14 15
    <h2>The page you were looking for doesn't exist.</h2>
    <p>You may have mistyped the address or the page may have moved.</p>
  </div>
</body>
</html>