Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -4
index.html
CHANGED
|
@@ -174,9 +174,7 @@
|
|
| 174 |
<div class="color-swatch" style="background-color: #F2C94C;"></div>
|
| 175 |
<div class="color-swatch" style="background-color: #9B5DE5;"></div>
|
| 176 |
</div>
|
| 177 |
-
|
| 178 |
-
<p>Visit our new platform to continue creating beautiful artwork in the distinctive style of Paul Cézanne, featuring 1880s fashions and scenes with improved generation capabilities.</p>
|
| 179 |
-
|
| 180 |
<div class="artwork">
|
| 181 |
<div class="frame"></div>
|
| 182 |
</div>
|
|
@@ -199,7 +197,7 @@
|
|
| 199 |
|
| 200 |
if (seconds <= 0) {
|
| 201 |
clearInterval(countdown);
|
| 202 |
-
window.location.href = 'https://
|
| 203 |
}
|
| 204 |
}, 1000);
|
| 205 |
|
|
|
|
| 174 |
<div class="color-swatch" style="background-color: #F2C94C;"></div>
|
| 175 |
<div class="color-swatch" style="background-color: #9B5DE5;"></div>
|
| 176 |
</div>
|
| 177 |
+
|
|
|
|
|
|
|
| 178 |
<div class="artwork">
|
| 179 |
<div class="frame"></div>
|
| 180 |
</div>
|
|
|
|
| 197 |
|
| 198 |
if (seconds <= 0) {
|
| 199 |
clearInterval(countdown);
|
| 200 |
+
window.location.href = 'https://ginipick-IDEA-DESIGN.hf.space';
|
| 201 |
}
|
| 202 |
}, 1000);
|
| 203 |
|