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/index.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Web/Server/templates/index.html (limited to 'Web/Server/templates/index.html') 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 %} -- cgit v1.2.3