Remove inutiles files

This commit is contained in:
2026-05-22 01:31:03 +02:00
parent ff1f923672
commit 95a6e1a1df

View File

@@ -1,19 +0,0 @@
{# creative/_layout.html #}
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Style CSS -->
{% include 'creative/_head.html' %}
</head>
<body id="page-top">
{% block body %}
{% endblock %}
</body>
{% include 'creative/javascript.html' %}
</html>