aboutsummaryrefslogtreecommitdiff
path: root/p/themes/index.html
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-03-08 18:20:14 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-03-08 18:20:14 +0100
commitc4ebc5c4a9e403d854b85b4138ffc3f6957689cc (patch)
treec925ae794729a02d30903d41441c8ec64b018e74 /p/themes/index.html
parentc424c8acef45cc32187526d94e4d0bb06092de69 (diff)
CSP for SVG
And moved .htaccess rules in the folder there are used https://github.com/FreshRSS/FreshRSS/issues/1114
Diffstat (limited to 'p/themes/index.html')
-rw-r--r--p/themes/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/p/themes/index.html b/p/themes/index.html
new file mode 100644
index 000000000..85faaa37e
--- /dev/null
+++ b/p/themes/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
+<head>
+<meta charset="UTF-8" />
+<meta http-equiv="Refresh" content="0; url=/" />
+<title>Redirection</title>
+<meta name="robots" content="noindex" />
+</head>
+
+<body>
+<p><a href="/">Redirection</a></p>
+</body>
+</html>