From 49e7f5073e1868441ab44847bdb89e1917a804d3 Mon Sep 17 00:00:00 2001 From: Tristan Roux Date: Sun, 13 Jan 2019 20:17:38 +0100 Subject: [PATCH] Adding footer and auto redirection. --- en/fragments/footer.html | 5 +++++ en/index.html | 9 ++++++++- index.html | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 en/fragments/footer.html create mode 100644 index.html diff --git a/en/fragments/footer.html b/en/fragments/footer.html new file mode 100644 index 0000000..50e3009 --- /dev/null +++ b/en/fragments/footer.html @@ -0,0 +1,5 @@ +
+
+

Footer

+
+
\ No newline at end of file diff --git a/en/index.html b/en/index.html index 9714c71..644c6fe 100644 --- a/en/index.html +++ b/en/index.html @@ -14,13 +14,20 @@ -

Add content here

+ +
+

Add content here

+ +
+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..f5660df --- /dev/null +++ b/index.html @@ -0,0 +1 @@ + \ No newline at end of file