mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +01:00
Re-enable the automatic redirect; some dark styling
This commit is contained in:
@@ -4,7 +4,11 @@
|
|||||||
<title>Redirecting - digimarks</title>
|
<title>Redirecting - digimarks</title>
|
||||||
<meta name="referrer" content="never">
|
<meta name="referrer" content="never">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
<!-- <meta http-equiv=refresh content="3; URL={{ url }}">-->
|
<meta http-equiv=refresh content="3; URL={{ url }}">
|
||||||
|
<style>
|
||||||
|
body { background-color: #000; color: #FFF; }
|
||||||
|
a { color: #fb8c00; }
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>You're being redirected. If nothing happens, <a href="{{ url }}">click here instead</a>.</p>
|
<p>You're being redirected. If nothing happens, <a href="{{ url }}">click here instead</a>.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user