1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-02-04 19:40:26 +01:00

Moved templates and static into the project dir

This commit is contained in:
2025-05-04 21:40:31 +02:00
parent 85639b128f
commit 9b11ae65c3
16 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<title>Redirecting - digimarks</title>
<meta name="referrer" content="never">
<meta name="robots" content="noindex, nofollow">
<meta http-equiv=refresh content="3; URL={{ url }}">
<style>
body { background-color: #000; color: #FFF; }
a { color: #fb8c00; }
</style>
</head>
<body>
<p>You're being redirected. If nothing happens, <a href="{{ url }}">click here instead</a>.</p>
</body>
</html>