initial homepage
This commit is contained in:
parent
d10ef764bc
commit
47033e8677
1 changed files with 3 additions and 13 deletions
|
@ -3,18 +3,8 @@
|
||||||
{% block title %}Hello OfferController!{% endblock %}
|
{% block title %}Hello OfferController!{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<style>
|
<h1 class="mb-3">Welcome to Pflänz.li</h1>
|
||||||
.example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
|
<div class="mb-3">
|
||||||
.example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
|
<h3>Idea</h3>
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="example-wrapper">
|
|
||||||
<h1>Hello! ✅</h1>
|
|
||||||
|
|
||||||
This friendly message is coming from:
|
|
||||||
<ul>
|
|
||||||
<li>Your controller at <code><a href="{{ '/home/thisfro/repos/plant-exchange/src/Controller/OfferController.php'|file_link(0) }}">src/Controller/OfferController.php</a></code></li>
|
|
||||||
<li>Your template at <code><a href="{{ '/home/thisfro/repos/plant-exchange/templates/offer/index.html.twig'|file_link(0) }}">templates/offer/index.html.twig</a></code></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Reference in a new issue