gitlabhq/public/404.html

16 lines
370 B
HTML
Raw Normal View History

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