mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
22 lines
689 B
Plaintext
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>
|