15 lines
448 B
HTML
15 lines
448 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>The page you're looking for could not be found (404)</title>
|
|
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>404</h1>
|
|
<h3>The page you're looking for could not be found.</h3>
|
|
<hr/>
|
|
<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>
|
|
</body>
|
|
</html>
|