2022-03-12 11:23:22 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" data-theme="dark">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="refresh" content="3; URL={{url}}">
|
2022-03-12 12:46:31 +00:00
|
|
|
<title>Such {{code}} error :(</title>
|
2022-03-12 11:23:22 +00:00
|
|
|
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">
|
|
|
|
<link rel="stylesheet" href="../../static/colors.css">
|
|
|
|
<link rel="stylesheet" href="../../static/icon.css">
|
|
|
|
</head>
|
|
|
|
<style>
|
|
|
|
html, body{
|
|
|
|
font-family: 'Courier New', Courier, monospace;
|
|
|
|
}
|
|
|
|
#main{
|
|
|
|
height: 100vh;
|
|
|
|
display: grid;
|
|
|
|
place-content: center;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<body>
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div id="main">
|
2022-03-12 12:46:31 +00:00
|
|
|
<p>Error {{code}}: {{msg}}</p>
|
2022-03-12 11:23:22 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|