Initial commit with basic structure
This commit is contained in:
15
templates/layout.html.twig
Normal file
15
templates/layout.html.twig
Normal 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>
|
||||
Reference in New Issue
Block a user