From b32cdf5c4f5d0b4f31b3bcfa64fe9328ed78d818 Mon Sep 17 00:00:00 2001 From: jbion Date: Fri, 20 Jan 2017 16:11:24 +0100 Subject: Move frontend and backend into 2 separate subprojects --- frontend/public/index.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 frontend/public/index.html (limited to 'frontend/public/index.html') diff --git a/frontend/public/index.html b/frontend/public/index.html new file mode 100644 index 00000000..aab5e3b0 --- /dev/null +++ b/frontend/public/index.html @@ -0,0 +1,31 @@ + + + + + + + + React App + + +
+ + + -- cgit