From 5cbc879c60b3bafe29e8f07f82e2f34b55d81a48 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 15 Feb 2022 09:26:36 -0600 Subject: Use newer web interface --- Web/Server/templates/base.html | 48 --------------------------------------- Web/Server/templates/index.html | 26 --------------------- Web/Server/templates/results.html | 13 ----------- 3 files changed, 87 deletions(-) delete mode 100644 Web/Server/templates/base.html delete mode 100644 Web/Server/templates/index.html delete mode 100644 Web/Server/templates/results.html (limited to 'Web/Server/templates') diff --git a/Web/Server/templates/base.html b/Web/Server/templates/base.html deleted file mode 100644 index a1bc09b..0000000 --- a/Web/Server/templates/base.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - ANDI'S PIE - - -
- {% block content %} - default content - {% endblock %} -
- - \ No newline at end of file diff --git a/Web/Server/templates/index.html b/Web/Server/templates/index.html deleted file mode 100644 index 6f7e738..0000000 --- a/Web/Server/templates/index.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
-

Upload a python file onto the inverted pendulum

-

- {% if error %} -

{{ error }}

- {% endif %} -

- -
-
-

- -

-
-

- -

-
-
- -
- -{% endblock %} diff --git a/Web/Server/templates/results.html b/Web/Server/templates/results.html deleted file mode 100644 index dd32d87..0000000 --- a/Web/Server/templates/results.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
-
-
- -
- -
- -
-{% endblock %} \ No newline at end of file -- cgit v1.2.3