12345678 |
- <!doctype html>
- <title>Rollbot 2.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>
- {{ r }}<br/>
- <a href="{{ url_for('services') }}">Click here to return to my main front-end!</a>
- </div>
|