mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
34 lines
586 B
HTML
34 lines
586 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<link
|
|
rel="stylesheet"
|
|
href="/static/style/error.css"
|
|
>
|
|
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
href="/static/assets/monofile-circ.png"
|
|
>
|
|
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, user-scalable=0"
|
|
>
|
|
|
|
<title>$code</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<p class="error">
|
|
<span class="code">$code</span>
|
|
$text
|
|
</p>
|
|
</body>
|
|
|
|
</html> |