diff --git a/core/templates/core/index.html b/core/templates/core/index.html index faec813..5f99b1c 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -1,145 +1,124 @@ {% extends "base.html" %} +{% load static %} -{% block title %}{{ project_name }}{% endblock %} +{% block title %}Wortuhr Controller{% endblock %} {% block head %} - - - {% endblock %} {% block content %} -
-
-

Analyzing your requirements and generating your app…

-
- Loading… +
+
+

Wortuhr Controller

+

Configure and control Word Clock.

-

AppWizzy AI is collecting your requirements and applying the first changes.

-

This page will refresh automatically as the plan is implemented.

-

- Runtime: Django {{ django_version }} · Python {{ python_version }} - — UTC {{ current_time|date:"Y-m-d H:i:s" }} -

-
-
- -{% endblock %} \ No newline at end of file + + +
+
+
+

Configuration

+
+
+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+
+

Live Preview

+
+

Live clock display will appear here.

+
+
+
+
+{% endblock %}