Added first draft Homepage

This commit is contained in:
Kevin Frantz
2018-07-14 17:48:24 +02:00
parent d1a29b6d70
commit 2cefb4187c
14 changed files with 113 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
<html>
<head>
<title>
{% block title %}Online Shop{% endblock %}
</title>
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>

View File

@@ -0,0 +1 @@
<?php

View File

@@ -0,0 +1 @@
<?php

View File

@@ -0,0 +1 @@
<?php

View File

@@ -0,0 +1 @@
<?php

View File

@@ -0,0 +1 @@
<?php

View File

@@ -0,0 +1,3 @@
{% extends "base.html.twig" %}
{% block title %}Online Shop{% endblock %}
{% block body %}Welcome to the online shop ;){% endblock %}

View File

@@ -0,0 +1 @@
<?php

View File

@@ -0,0 +1 @@
<?php