mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
41 lines
782 B
HTML
41 lines
782 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<link
|
|
rel="stylesheet"
|
|
href="/static/style/error.css"
|
|
>
|
|
|
|
<link
|
|
rel="icon"
|
|
type="image/svg"
|
|
href="/static/assets/icons/error.svg"
|
|
>
|
|
|
|
<link
|
|
rel="stylesheet"
|
|
href="/auth/customCSS"
|
|
>
|
|
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, user-scalable=0"
|
|
>
|
|
|
|
<title>$code</title>
|
|
|
|
<meta name="theme-color" content="rgb(30, 33, 36)">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<p class="error">
|
|
<span class="code">$code</span>
|
|
$text
|
|
</p>
|
|
</body>
|
|
|
|
</html> |