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:
16
src/digimarks/templates/redirect.html
Normal file
16
src/digimarks/templates/redirect.html
Normal 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>
|
||||
Reference in New Issue
Block a user