Implementada Pagina de Ayuda usuarios Autentificados

This commit is contained in:
adevopg
2024-11-12 17:59:15 +01:00
parent b26e636a98
commit 45b64a5d53
7 changed files with 105 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
{% include 'partials/head.html' %}
{% include 'partials/header.html' %}
{% include 'partials/video.html' %}
{% include 'partials/help.html' %}
{% include 'partials/social.html' %}
{% include 'partials/footer.html' %}
{% include 'partials/final.html' %}