Initial commit
This commit is contained in:
9
src/data/templates/projects.html
Normal file
9
src/data/templates/projects.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>Mes Projets</h1>
|
||||
<ul>
|
||||
<li>Projet 1 – Devenir un tigre</li>
|
||||
<li>Projet 2 – Un script d’automatisation pour acheter des monsters</li>
|
||||
<li>Projet 3 – Trouver un job</li>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user