mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-04 20:54:48 -04:00
remove unused bootstrap-js from template and remove generationtime
This commit is contained in:
parent
dd7732a757
commit
8eb01fdc50
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
|
||||
{# <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css"> #}
|
||||
<style type="text/css">
|
||||
h1, p {
|
||||
text-align: center;
|
||||
|
@ -24,7 +23,6 @@
|
|||
</ul>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<p>generated in {{ generation_time }} seconds at {{ time }}</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue