BigW Consortium Gitlab

404.html 357 Bytes
Newer Older
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 committed
6 7 8
</head>

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