Browse Source

s/2/3 for versions

Kirk Trombley 6 years ago
parent
commit
0db0af3bee
2 changed files with 5 additions and 5 deletions
  1. 3 3
      src/templates/services.html
  2. 2 2
      src/templates/teamspeak.html

+ 3 - 3
src/templates/services.html

@@ -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>

+ 2 - 2
src/templates/teamspeak.html

@@ -1,8 +1,8 @@
 <!doctype html>
-<title>Rollbot 2.0 - Teamspeak Server Status</title>
+<title>Rollbot 3.0 - Teamspeak Server Status</title>
 <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='rollbot.css') }}">
 <div class="page">
-    <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>