VReader/vreader/templates/404.html

16 lines
427 B
HTML
Raw Normal View History

2023-11-11 02:09:31 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=0.9, user-scalable=no, viewport-fit=cover"
/>
<title>VReader - Article</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-slate-200 h-[100dvh] p-5 flex flex-col justify-between">
{{ markdown_html|safe }}
</body>
</html>