diff --git a/hypn0/templates/index.html b/hypn0/templates/index.html index 20554d3..27ea72f 100644 --- a/hypn0/templates/index.html +++ b/hypn0/templates/index.html @@ -3,15 +3,53 @@ {% block CONTENT %}
+ x-data="{ + activeTab: 'style', + colors: ['#a855ff'], + cols: 80, + radius: 8, + blink: 6, + rotation: 0, + scale: 980, + angle: 0, + isLoading: false, + hasChanges: true, + hasImage: false, + timer: null, + startThinking() { + this.isLoading = true; + if (this.timer) clearTimeout(this.timer); + this.timer = setTimeout(() => { + this.isLoading = false; + this.hasChanges = false; + }, 8000); + } + }"> @@ -292,11 +361,15 @@
-
- + +
+ -

Ваше искусство появится здесь

+