From 0fbc317e926b5d80363979ee51a4e3c930014efd Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 11 Feb 2022 00:11:52 -0600 Subject: Do a bunch of random things (still no feature parity) sadge Signed-off-by: Matt Strapp --- src/views/pages/index.ejs | 76 ++++++++--------------------------------------- 1 file changed, 13 insertions(+), 63 deletions(-) (limited to 'src/views/pages/index.ejs') diff --git a/src/views/pages/index.ejs b/src/views/pages/index.ejs index 6087732..0e6fe15 100644 --- a/src/views/pages/index.ejs +++ b/src/views/pages/index.ejs @@ -4,73 +4,23 @@ <%- 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) { %> - - <% } %> - <% } %> - - -
-
- - - -
-
-
-
-
-
+
+

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

+

+
+ + +

+

+ + +
\ No newline at end of file -- cgit v1.2.3