Skip to content
404.html 412 B
Newer Older
gitlabhq's avatar
gitlabhq committed
<!DOCTYPE html>
<html>
<head>
  <title>The page you were looking for doesn't exist (404)</title>
  <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
gitlabhq's avatar
gitlabhq committed
</head>

<body>
  <h1>404</h1>
  <div class="alert-message block-message error">
gitlabhq's avatar
gitlabhq committed
    <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>