From cb9ce5560028c8a58a1de4f7390514e71fb0dc36 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 9 Feb 2022 17:22:15 -0600 Subject: Start rewriting the entire app Signed-off-by: Matt Strapp --- src/views/pages/index.ejs | 76 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 src/views/pages/index.ejs (limited to 'src/views') diff --git a/src/views/pages/index.ejs b/src/views/pages/index.ejs new file mode 100644 index 0000000..6087732 --- /dev/null +++ b/src/views/pages/index.ejs @@ -0,0 +1,76 @@ + + + + + + <%- include('../partials/head.ejs') %> + + + + + <%- include('../partials/nav.ejs') %> +
+ + +
+
+ +

Homepage

+
+ + +

Please upload a Python file (.py file extension) onto the Inverted Pendulum

+ +
+

+

+
+ + For file upload progress bar +
+
+
+ + + <% if (errors) { %> + <% for (const message in errors) { %> + + <% } %> + <% } %> + + + <% if (errors) { %> + <% for (const message in errors) { %> + + <% } %> + <% } %> + + +
+
+ + + +
+
+
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3