gitlab-org--gitlab-foss/public/404.html

16 lines
370 B
HTML
Raw Normal View History

2011-10-08 17:36:38 -04:00
<!DOCTYPE html>
<html>
<head>
<title>The page you were looking for doesn't exist (404)</title>
2012-05-21 00:00:24 -04:00
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
2011-10-08 17:36:38 -04:00
</head>
<body>
<h1>404</h1>
2012-08-16 02:13:50 -04:00
<div>
2011-10-08 17:36:38 -04:00
<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>