You've already forked q3stats
Q3Stats is now open source! :)
This commit is contained in:
34
frontend/index.html
Normal file
34
frontend/index.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user