everything ready !
This commit is contained in:
parent
aa5140842e
commit
0cbee2e73e
7 changed files with 44 additions and 1 deletions
8
templates/index.html
Normal file
8
templates/index.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Accueil{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Bonjour</h1>
|
||||
<p>Bienvenue sur mon site.</p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue