12345678910111213141516171819202122232425262728293031323334 |
- <!DOCTYPE html>
- <!--
- A
- _ _ _ _ _ _
- | |__ | |_| |__ | | __ _| |__ ___ _ __ | |
- | '_ \| __| '_ \| |/ _` | '_ \/ __| | '_ \| |
- | |_) | |_| | | | | (_| | |_) \__ \_| |_) | |
- |_.__/ \__|_| |_|_|\__,_|_.__/|___(_) .__/|_|
- |_|
- production
- -->
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Q3Stats</title>
- <meta name="generator" content="Q3Stats v{{ version }} by Tomek Wójcik">
- <link href="static/css/q3stats.css" rel="stylesheet">
- <link rel="shortcut icon" href="static/img/powerups/Quad.png">
- <script type="text/javascript">
- var Q3STATS = {
- version: "{{ version }}"
- };
- </script>
- </head>
- <body>
- <div id="main"></div>
- <script type="text/javascript" src="static/js/q3stats.js"></script>
- </body>
- </html>
|