@@ -1,8 +1,8 @@
<!doctype html>
-<title>Rollbot 2.0</title>
+<title>Rollbot 3.0</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='rollbot.css') }}">
<div class="page">
- <h1>Rollbot 2.0</h1>
+ <h1>Rollbot 3.0</h1>
{% if r is not none %}
{% if r %}
{% if txt is not none%}
@@ -26,4 +26,4 @@
<input type=text autofocus name="cmd"/><br/><br/>
<button type=submit>Submit</button>
</form>
-</div>
+</div>
-<title>Rollbot 2.0 - Teamspeak Server Status</title>
+<title>Rollbot 3.0 - Teamspeak Server Status</title>
- <h1>Rollbot 2.0 - TeamSpeak Server Status</h1>
+ <h1>Rollbot 3.0 - TeamSpeak Server Status</h1>
{{ r }}<br/>
<a href="{{ url_for('services') }}">Click here to return to my main front-end!</a>
</div>