VvebOIDC/public/error404.html

116 lines
4.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="../../favicon.ico">
<meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<meta HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<meta HTTP-EQUIV="EXPIRES" CONTENT="0">
<meta NAME="ROBOTS" CONTENT="NOARCHIVE">
<title>Vvveb - Page not found</title>
<style>
html, body {
height:100%;
margin:0;
font-size:16px;
font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.vcenter {
display: flex;
align-items: center;
text-align: center;
vertical-align: middle;
height:100%;
}
h1 {
font-weight:400;
margin:3rem auto 1rem;
line-height:3rem;
}
h2 {
font-weight:400;
}
hr {
opacity:0.3;
margin:2rem;
}
.alert{
padding:1rem 2rem;
}
.alert-warning {
background:beige;
}
.hcenter {
margin:auto;
}
a {
font-size:1.2rem;
color:#0d6efd;
text-decoration:none;
}
</style>
</head>
<body class="home">
<div class="vcenter">
<div class="hcenter">
<svg xmlns="http://www.w3.org/2000/svg" width="256" viewBox="0 0 384 97" preserveAspectRatio="none" ><g style="line-height:125%" fill="#444"><path d="M150.73 94.253h-8.815l-39.106-78.212h12.02l31.253 64.109L175.09 16.04h11.54L150.73 94.253" fill="#50b450" stroke="#50b450" stroke-width="1.9251262999999998"/><path d="M244.085 13.128c-12.929 0-23.136 3.902-30.616 11.702-7.479 7.8-11.22 17.627-11.22 29.487 0 12.501 3.317 22.278 9.942 29.33 7.159 7.586 17.52 11.378 31.09 11.378 9.188 0 17.204-1.82 24.042-5.452 7.693-4.06 13.297-11.594 16.823-22.599H273.25c-4.808 12.287-14.687 18.433-29.645 18.433-19.233 0-29.543-9.083-30.932-27.247-.039-3.186-.15-6.51.316-9.61 1.175-8.228 4.544-14.585 10.1-19.073 5.556-4.487 12.556-6.738 20.997-6.738 9.402 0 16.826 2.675 22.275 8.017 4.702 4.594 7.368 10.528 8.01 17.793h-15.554v9.506l27.097-.053V51.43c0-11.753-3.85-21.047-11.543-27.885-7.587-6.945-17.677-10.416-30.285-10.416zM301.597 0v57.497c.934 9.34 4.781 17.746 10.583 24.247v-.018c.485.552 1.009 1.032 1.513 1.55 1.523 1.538 3.12 2.996 4.86 4.273v.019c6.665 4.86 14.684 7.3 24.074 7.3 13.142 0 23.405-3.96 30.777-11.867 6.945-7.373 10.418-17.197 10.418-29.484 0-12.395-3.424-22.384-10.262-29.97-7.372-8.12-17.626-12.18-30.768-12.18s-23.346 4.216-30.612 12.656V0zm41.837 21.144c9.723 0 17.254 3.093 22.597 9.29 4.915 5.663 7.373 13.301 7.373 22.917 0 9.403-2.517 16.934-7.538 22.597-5.236 6.09-12.66 9.143-22.276 9.143-9.51 0-17.148-2.945-22.918-8.822-5.663-5.876-8.492-13.35-8.492-22.431 0-10.15 2.566-18.111 7.694-23.881 5.236-5.877 13.089-8.813 23.56-8.813z"/></g><path d="M100.185 95.17H91.37L52.264 16.958h12.02l31.254 64.108s7.123 12.717 4.647 14.104M49.479 95.727h-8.815L1.558 17.515h12.02L44.83 81.624s7.123 12.716 4.648 14.103" style="line-height:125%;" fill="#50b450" stroke="#50b450" stroke-width="1.925"/></svg>
<div class="my-3">
<div class="text-center">
<hr>
<h2 data-v-exception-message style="white-space: pre-wrap;">Message</h2>
<hr>
<h5>Page not found!</h5>
<p>The page you are looking for has been moved or it does not exist</p>
</div>
<div data-debug class="my-3">
<h5>Debug information</h5>
<div class="card">
<div class="card-body">
<p data-v-exception-file></strong>
</div>
</div>
<div class="card my-2" data-v-if="this.file">
<div class="card-body">
<p data-v-exception-file>File</strong> on line <strong data-v-exception-line_no>1</strong></p>
</div>
</div>
<div class="alert alert-warning d-flex align-items-center alert-dismissible mt-4" role="alert">
<i class="la la-exclamation-triangle la-lg me-2"></i>
<div>
If this is not a development website disable debug from <strong>env.php</strong> in the site root folder.
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>