aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-26 14:06:48 +0200
committerGravatar GitHub <noreply@github.com> 2017-05-26 14:06:48 +0200
commit8de759477e02c874d9efed1a239d715f0049f75b (patch)
tree55f91c504bb0005a6fe252ac6295dfa116d3b547 /data
parent5cb72d32c36355cc7ca5b6c7d17151a98e17c935 (diff)
parent0f83736cac1a03552c88a41bab75173f94b6cc2c (diff)
Merge pull request #1547 from Alkarex/CSS-JS-load-order-extensions
Change CSS load order to help CustomCSS extension
Diffstat (limited to 'data')
-rw-r--r--data/extensions-data/.gitignore1
-rw-r--r--data/extensions-data/index.html13
2 files changed, 14 insertions, 0 deletions
diff --git a/data/extensions-data/.gitignore b/data/extensions-data/.gitignore
new file mode 100644
index 000000000..0a00d7014
--- /dev/null
+++ b/data/extensions-data/.gitignore
@@ -0,0 +1 @@
+*/ \ No newline at end of file
diff --git a/data/extensions-data/index.html b/data/extensions-data/index.html
new file mode 100644
index 000000000..85faaa37e
--- /dev/null
+++ b/data/extensions-data/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>