monofile/pages/error.html

34 lines
586 B
HTML
Raw Normal View History

2022-09-26 22:09:38 -07:00
<!DOCTYPE html>
2023-01-27 15:01:28 -08:00
2022-09-26 22:09:38 -07:00
<html lang="en">
2023-01-27 15:01:28 -08:00
<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"
>
2022-09-26 22:09:38 -07:00
2023-01-27 15:01:28 -08:00
<title>$code</title>
2022-09-26 22:09:38 -07:00
2023-01-27 15:01:28 -08:00
</head>
2022-09-26 22:09:38 -07:00
2023-01-27 15:01:28 -08:00
<body>
<p class="error">
<span class="code">$code</span>
&nbsp;$text
</p>
</body>
2022-09-26 22:09:38 -07:00
</html>