diff --git a/templates/index.html b/templates/index.html index 020caeb..e6e95f8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -25,9 +25,10 @@ Clockwork Gaming Plus is a brand new premium service that allows you to get more

-Click Here to purchase Clockwork Plus! +Click Here to purchase Clockwork Plus! +
diff --git a/templates/layout.html b/templates/layout.html index 1fca1e9..95b99e0 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -30,7 +30,7 @@ - Clockwork PLUS! + Clockwork PLUS! diff --git a/templates/wait.html b/templates/wait.html index 135c848..869e9fa 100644 --- a/templates/wait.html +++ b/templates/wait.html @@ -1,5 +1,5 @@ - + diff --git a/webinterface.py b/webinterface.py index 82b93fb..593726b 100644 --- a/webinterface.py +++ b/webinterface.py @@ -9,6 +9,10 @@ app = Flask(__name__) app.secret_key = rand(24) +@app.route("/") +def baseroute(): + return redirect("/plus") + def teamspeakClientAdd(clientName): with ts3.query.TS3Connection('magic.adam-ant.co.uk', '10011') as ts3conn: try: