This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 46bc144 Avoid missing index error
46bc144 is described below
commit 46bc144da6f529ccc875ca22634c0d21ed3f178a
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 9 17:55:48 2020 +0100
Avoid missing index error
---
www/foundation/index.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/www/foundation/index.html b/www/foundation/index.html
new file mode 100644
index 0000000..837c7d6
--- /dev/null
+++ b/www/foundation/index.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <title>Foundation Index</title>
+ <body>
+ <p>Nothing to see here ...</p>
+ <p>Try the <a href="/foundation/orgchart/">Foundation Organisation
chart</a> instead</p>
+ </body>
+</html>