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

16 lines
448 B
HTML
Raw Normal View History

2011-10-08 21:36:38 +00:00
<!DOCTYPE html>
<html>
<head>
2015-05-10 18:04:02 +00:00
<title>The page you're looking for could not be found (404)</title>
2012-05-21 04:00:24 +00:00
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
2011-10-08 21:36:38 +00:00
</head>
<body>
<h1>404</h1>
2015-05-10 18:04:02 +00:00
<h3>The page you're looking for could not be found.</h3>
<hr/>
2015-05-10 18:04:02 +00:00
<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>
2011-10-08 21:36:38 +00:00
</body>
</html>