Initial Commit
This commit is contained in:
15
vreader/templates/404.html
Normal file
15
vreader/templates/404.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user