Initial commit with basic structure

This commit is contained in:
BackIsBachus
2017-09-17 08:09:11 +02:00
commit b0d0c4ebcc
26 changed files with 3587 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>{% block title '' %}WvW skimrish stats</title>
<link href="{{ asset('css/main.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('css/hint.min.css') }}" rel="stylesheet" type="text/css" />
<script type="text/javascript">
</script>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>