Added skeleton

This commit is contained in:
Kevin Frantz
2018-09-01 22:18:13 +02:00
parent 7891238fae
commit 1401d0f883
46 changed files with 6797 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
{% block stylesheets %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
{% block javascripts %}{% endblock %}
</body>
</html>