From f35cb8db48b46ade5c477a00953ae8bfcead49f2 Mon Sep 17 00:00:00 2001 From: SyllasGS Date: Fri, 13 Mar 2026 22:34:56 +0000 Subject: [PATCH] Enviar arquivos para "templates" --- templates/index.html | 169 +++++++++++++++++++++++++++++++++++++++++++ templates/login.html | 22 ++++++ 2 files changed, 191 insertions(+) create mode 100644 templates/index.html create mode 100644 templates/login.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..ae2e9ca --- /dev/null +++ b/templates/index.html @@ -0,0 +1,169 @@ + + + + + Notifier Master - Voltec + + + + + +
+
+
Varrendo central (1-600)...
+
+ +
+
+

🔥 Notifier Voltec

+
+ + Sair +
+
+
+ +
+ {% if not licenciado %} +
+
+

🔒 Sistema Bloqueado

+

ID: {{ hwid }}

+ + +
+
+ {% else %} +
+
+ + ⏳ {{ dias_restantes }} dias restantes + +
+ +
+ + {{ lic_msg }} + +
+
+ +
+ {% endif %} +
+ + + + + + + \ No newline at end of file diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..6ec1ecf --- /dev/null +++ b/templates/login.html @@ -0,0 +1,22 @@ + + + + Login - Notifier + + + + +
+

Acesso Notifier

+
+
+
+ + {% with messages = get_flashed_messages() %}{% if messages %}
{{ messages[0] }}
{% endif %}{% endwith %} +
+
+ + \ No newline at end of file