summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/src/theme/redirect.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mdbook/src/theme/redirect.hbs')
-rw-r--r--vendor/mdbook/src/theme/redirect.hbs12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/mdbook/src/theme/redirect.hbs b/vendor/mdbook/src/theme/redirect.hbs
new file mode 100644
index 000000000..9f49e6d09
--- /dev/null
+++ b/vendor/mdbook/src/theme/redirect.hbs
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Redirecting...</title>
+ <meta http-equiv="refresh" content="0;URL='{{url}}'">
+ <meta rel="canonical" href="{{url}}">
+ </head>
+ <body>
+ <p>Redirecting to... <a href="{{url}}">{{url}}</a>.</p>
+ </body>
+</html>