core/plugins/c9.error/views/error-404.html.ejs
2016-06-26 13:53:19 +02:00

22 lines
689 B
Plaintext

<html>
<head>
<meta charset='utf-8'>
<title><%=error%></title>
<link rel="stylesheet" type="text/css" href="<%=staticPrefix%>/error_handler/style.css" />
</head>
<body class="error404 light">
<div id="wrapper">
<h1>Page Not Found</h1>
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2>
<p style="margin-bottom:40px">
We're sorry, the page you are looking for could not be found.
</p>
<a href="http://status.c9.io">Status Page</a> |
<a href="https://c9.io/support">Support</a> |
<a href="https://c9.io/dashboard.html">Dashboard</a> |
<a href="https://c9.io/">Home</a>
</div>
</body>
</html>