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