gitlabhq/public/404.html

15 lines
357 B
HTML
Raw Normal View History

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