diff --git a/app.py b/watcher/app.py similarity index 95% rename from app.py rename to watcher/app.py index 5cac297..18248eb 100644 --- a/app.py +++ b/watcher/app.py @@ -1,4 +1,4 @@ -from flask import Flask +from flask import Flask,render_template import datetime app = Flask(__name__) @@ -21,7 +21,7 @@ db = { @app.route("/") def index(): - return "Okay" + return render_template("index.html") @app.route("/start_run/") def start_run(run_index): diff --git a/watcher/index.html b/watcher/index.html new file mode 100644 index 0000000..aed39f5 --- /dev/null +++ b/watcher/index.html @@ -0,0 +1,7 @@ + + + + +

+ +