teamspeak.html 345 B

12345678
  1. <!doctype html>
  2. <title>Rollbot 2.0 - Teamspeak Server Status</title>
  3. <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='rollbot.css') }}">
  4. <div class="page">
  5. <h1>Rollbot 2.0 - TeamSpeak Server Status</h1>
  6. {{ r }}<br/>
  7. <a href="{{ url_for('services') }}">Click here to return to my main front-end!</a>
  8. </div>