db69 commited on
Commit
789b9ab
·
verified ·
1 Parent(s): a8bac05

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +18 -17
index.html CHANGED
@@ -190,24 +190,7 @@
190
  </style>
191
  </head>
192
  <body>
193
- <div id="spinner-container"></div>
194
-
195
- <div id="ui-overlay">
196
- <div class="title">FLOWER OF WISDOM</div>
197
- <div class="subtitle">Spin the flower to release petals of Kabir's wisdom. The faster you spin, the more wisdom blossoms.</div>
198
- </div>
199
-
200
- <div id="wisdom-container">
201
- <div class="wisdom-bubble">"Between the conscious and the unconscious, the mind has put up a swing."</div>
202
- </div>
203
 
204
- <div class="control-btn" id="color-btn">CHANGE<br>FLOWER</div>
205
- <div class="control-btn" id="reset-btn">RESET</div>
206
-
207
- <div id="speed-indicator">
208
- <div>SPEED</div>
209
- <div id="speed-value">0%</div>
210
- </div>
211
 
212
  <script>
213
  // Flower Wisdom Spinner
@@ -762,5 +745,23 @@
762
  particleSystem = [];
763
  });
764
  </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
765
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=db69/flowers" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
766
  </html>
 
190
  </style>
191
  </head>
192
  <body>
 
 
 
 
 
 
 
 
 
 
193
 
 
 
 
 
 
 
 
194
 
195
  <script>
196
  // Flower Wisdom Spinner
 
745
  particleSystem = [];
746
  });
747
  </script>
748
+ <div id="spinner-container"></div>
749
+
750
+ <div id="ui-overlay">
751
+ <div class="title">FLOWER OF WISDOM</div>
752
+ <div class="subtitle">Spin the flower to release petals of Kabir's wisdom. The faster you spin, the more wisdom blossoms.</div>
753
+ </div>
754
+
755
+ <div id="wisdom-container">
756
+ <div class="wisdom-bubble">"Between the conscious and the unconscious, the mind has put up a swing."</div>
757
+ </div>
758
+
759
+ <div class="control-btn" id="color-btn">CHANGE<br>FLOWER</div>
760
+ <div class="control-btn" id="reset-btn">RESET</div>
761
+
762
+ <div id="speed-indicator">
763
+ <div>SPEED</div>
764
+ <div id="speed-value">0%</div>
765
+ </div>
766
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=db69/flowers" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
767
  </html>