diff options
author | Dat Nguyen <nguy2854@umn.edu> | 2019-12-01 18:45:38 -0600 |
---|---|---|
committer | Dat Nguyen <nguy2854@umn.edu> | 2019-12-01 18:45:38 -0600 |
commit | 91b1f4117a37ddb83c3daae4a4475c02e6630efd (patch) | |
tree | 1c5873b2ff72847f4ba09e7c958d20c8875e4118 /Web/Server/templates/index.html | |
parent | some aesthetics (diff) | |
download | ee4511w-91b1f4117a37ddb83c3daae4a4475c02e6630efd.tar ee4511w-91b1f4117a37ddb83c3daae4a4475c02e6630efd.tar.gz ee4511w-91b1f4117a37ddb83c3daae4a4475c02e6630efd.tar.bz2 ee4511w-91b1f4117a37ddb83c3daae4a4475c02e6630efd.tar.lz ee4511w-91b1f4117a37ddb83c3daae4a4475c02e6630efd.tar.xz ee4511w-91b1f4117a37ddb83c3daae4a4475c02e6630efd.tar.zst ee4511w-91b1f4117a37ddb83c3daae4a4475c02e6630efd.zip |
some more changes to make the website look better
Diffstat (limited to 'Web/Server/templates/index.html')
-rw-r--r-- | Web/Server/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Web/Server/templates/index.html b/Web/Server/templates/index.html index 1350fdd..730d6c5 100644 --- a/Web/Server/templates/index.html +++ b/Web/Server/templates/index.html @@ -2,7 +2,7 @@ {% block content %} <div id="upload"> - <h2>Select a file to upload</h2> + <h2>Upload a python file onto the Inverted Pendulum</h2> <p> {% with messages = get_flashed_messages() %} {% if messages %} |