summaryrefslogtreecommitdiff
path: root/templates/internal/alias.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/internal/alias.html')
-rw-r--r--templates/internal/alias.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/internal/alias.html b/templates/internal/alias.html
deleted file mode 100644
index f56f769..0000000
--- a/templates/internal/alias.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <link rel="canonical" href="{{ url | safe }}">
- <link rel="stylesheet" href="{{ get_url(path="main.css", cachebust=true) | safe }}" />
- <meta http-equiv="refresh" content="0; url={{ url | safe }}">
- <title>Redirect</title>
-</head>
-<body class="center-content">
- <h1><a href="{{ url | safe }}">Click here</a> to be redirected.</h1>
-</body>
-</html>