Spaces:
Running
Running
Update index.html
Browse files- index.html +24 -24
index.html
CHANGED
@@ -162,9 +162,9 @@
|
|
162 |
</div>
|
163 |
<div class="hidden md:ml-10 md:flex md:space-x-8">
|
164 |
<a href="#" class="text-indigo-600 border-indigo-500 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
|
165 |
-
<a href="
|
166 |
-
<a href="
|
167 |
-
<a href="
|
168 |
</div>
|
169 |
</div>
|
170 |
<div class="hidden md:ml-4 md:flex md:items-center md:space-x-4">
|
@@ -705,30 +705,30 @@
|
|
705 |
<div>
|
706 |
<h3 class="text-sm font-semibold text-white tracking-wider uppercase">Product</h3>
|
707 |
<ul class="mt-4 space-y-2">
|
708 |
-
<li><a href="
|
709 |
-
<li><a href="
|
710 |
-
<li><a href="
|
711 |
-
<li><a href="
|
712 |
</ul>
|
713 |
</div>
|
714 |
|
715 |
<div>
|
716 |
<h3 class="text-sm font-semibold text-white tracking-wider uppercase">Resources</h3>
|
717 |
<ul class="mt-4 space-y-2">
|
718 |
-
<li><a href="
|
719 |
-
<li><a href="
|
720 |
-
<li><a href="
|
721 |
-
<li><a href="
|
722 |
</ul>
|
723 |
</div>
|
724 |
|
725 |
<div>
|
726 |
<h3 class="text-sm font-semibold text-white tracking-wider uppercase">Company</h3>
|
727 |
<ul class="mt-4 space-y-2">
|
728 |
-
<li><a href="
|
729 |
-
<li><a href="
|
730 |
-
<li><a href="
|
731 |
-
<li><a href="
|
732 |
</ul>
|
733 |
</div>
|
734 |
</div>
|
@@ -738,10 +738,10 @@
|
|
738 |
© 2025 METAFILM.Ai All rights reserved.
|
739 |
</p>
|
740 |
<div class="mt-4 md:mt-0 flex space-x-6">
|
741 |
-
<a href="https://
|
742 |
-
<a href="
|
743 |
-
<a href="
|
744 |
-
<a href="
|
745 |
</div>
|
746 |
</div>
|
747 |
</div>
|
@@ -816,7 +816,7 @@
|
|
816 |
loading.classList.add('hidden');
|
817 |
|
818 |
// Show generated image (using placeholder from unsplash)
|
819 |
-
const imageUrl = `
|
820 |
generatedImage.src = imageUrl;
|
821 |
generatedImage.classList.remove('hidden');
|
822 |
setTimeout(() => {
|
@@ -831,7 +831,7 @@
|
|
831 |
// Set variation images
|
832 |
const variationImages = variations.querySelectorAll('img');
|
833 |
variationImages.forEach((img, index) => {
|
834 |
-
img.src = `
|
835 |
});
|
836 |
}, 3000);
|
837 |
});
|
@@ -841,7 +841,7 @@
|
|
841 |
if (generatedImage.src) {
|
842 |
const link = document.createElement('a');
|
843 |
link.href = generatedImage.src;
|
844 |
-
link.download = `
|
845 |
document.body.appendChild(link);
|
846 |
link.click();
|
847 |
document.body.removeChild(link);
|
@@ -852,12 +852,12 @@
|
|
852 |
refreshBtn.addEventListener('click', function() {
|
853 |
if (generatedImage.src) {
|
854 |
const prompt = promptInput.value.trim();
|
855 |
-
generatedImage.src = `
|
856 |
|
857 |
// Refresh variations too
|
858 |
const variationImages = variations.querySelectorAll('img');
|
859 |
variationImages.forEach((img, index) => {
|
860 |
-
img.src = `
|
861 |
});
|
862 |
}
|
863 |
});
|
|
|
162 |
</div>
|
163 |
<div class="hidden md:ml-10 md:flex md:space-x-8">
|
164 |
<a href="#" class="text-indigo-600 border-indigo-500 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
|
165 |
+
<a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-gray-500 hover:text-gray-700 hover:border-gray-300 inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium">Templates</a>
|
166 |
+
<a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-gray-500 hover:text-gray-700 hover:border-gray-300 inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium">Gallery</a>
|
167 |
+
<a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-gray-500 hover:text-gray-700 hover:border-gray-300 inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium">Pricing</a>
|
168 |
</div>
|
169 |
</div>
|
170 |
<div class="hidden md:ml-4 md:flex md:items-center md:space-x-4">
|
|
|
705 |
<div>
|
706 |
<h3 class="text-sm font-semibold text-white tracking-wider uppercase">Product</h3>
|
707 |
<ul class="mt-4 space-y-2">
|
708 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">Features</a></li>
|
709 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">Templates</a></li>
|
710 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">Pricing</a></li>
|
711 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">API</a></li>
|
712 |
</ul>
|
713 |
</div>
|
714 |
|
715 |
<div>
|
716 |
<h3 class="text-sm font-semibold text-white tracking-wider uppercase">Resources</h3>
|
717 |
<ul class="mt-4 space-y-2">
|
718 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">Documentation</a></li>
|
719 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">Tutorials</a></li>
|
720 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">Blog</a></li>
|
721 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">Community</a></li>
|
722 |
</ul>
|
723 |
</div>
|
724 |
|
725 |
<div>
|
726 |
<h3 class="text-sm font-semibold text-white tracking-wider uppercase">Company</h3>
|
727 |
<ul class="mt-4 space-y-2">
|
728 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">About</a></li>
|
729 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">Careers</a></li>
|
730 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">Privacy</a></li>
|
731 |
+
<li><a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm hover:text-white">Terms</a></li>
|
732 |
</ul>
|
733 |
</div>
|
734 |
</div>
|
|
|
738 |
© 2025 METAFILM.Ai All rights reserved.
|
739 |
</p>
|
740 |
<div class="mt-4 md:mt-0 flex space-x-6">
|
741 |
+
<a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm text-gray-400 hover:text-white">REDAIGC.com</a>
|
742 |
+
<a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm text-gray-400 hover:text-white">Privacy Policy</a>
|
743 |
+
<a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm text-gray-400 hover:text-white">Terms of Service</a>
|
744 |
+
<a href="https://civitai.com/user/METAFILM_Ai" target="_blank" class="text-sm text-gray-400 hover:text-white">Cookie Policy</a>
|
745 |
</div>
|
746 |
</div>
|
747 |
</div>
|
|
|
816 |
loading.classList.add('hidden');
|
817 |
|
818 |
// Show generated image (using placeholder from unsplash)
|
819 |
+
const imageUrl = `65191488.jpeg`;
|
820 |
generatedImage.src = imageUrl;
|
821 |
generatedImage.classList.remove('hidden');
|
822 |
setTimeout(() => {
|
|
|
831 |
// Set variation images
|
832 |
const variationImages = variations.querySelectorAll('img');
|
833 |
variationImages.forEach((img, index) => {
|
834 |
+
img.src = `65191488.jpeg`;
|
835 |
});
|
836 |
}, 3000);
|
837 |
});
|
|
|
841 |
if (generatedImage.src) {
|
842 |
const link = document.createElement('a');
|
843 |
link.href = generatedImage.src;
|
844 |
+
link.download = `65656010.png`;
|
845 |
document.body.appendChild(link);
|
846 |
link.click();
|
847 |
document.body.removeChild(link);
|
|
|
852 |
refreshBtn.addEventListener('click', function() {
|
853 |
if (generatedImage.src) {
|
854 |
const prompt = promptInput.value.trim();
|
855 |
+
generatedImage.src = `65191196.jpeg`;
|
856 |
|
857 |
// Refresh variations too
|
858 |
const variationImages = variations.querySelectorAll('img');
|
859 |
variationImages.forEach((img, index) => {
|
860 |
+
img.src = `65191196.jpeg`;
|
861 |
});
|
862 |
}
|
863 |
});
|