From ac769e656b122ff569c3f1534701b71e00fed586 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 19:21:35 +0800 Subject: Split front and back end. --- FrontEnd/src/app/index.ejs | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 FrontEnd/src/app/index.ejs (limited to 'FrontEnd/src/app/index.ejs') diff --git a/FrontEnd/src/app/index.ejs b/FrontEnd/src/app/index.ejs new file mode 100644 index 00000000..c2ff4182 --- /dev/null +++ b/FrontEnd/src/app/index.ejs @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + +
+ + + -- cgit v1.2.3