Spaces:
Running
Running
Upload index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -179,7 +179,7 @@
|
|
179 |
<!--Download Buttons-->
|
180 |
<button x-data="{ filename: 'Doodle Huggy.gif', imageUrl: 'images/modern Huggies/Doodle Huggy.gif' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
181 |
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
182 |
-
<p class="text-gray-500 font-mono hidden md:inline-block">.
|
183 |
</button>
|
184 |
</div>
|
185 |
</div>
|
@@ -279,7 +279,7 @@
|
|
279 |
<!--Download Buttons-->
|
280 |
<button x-data="{ filename: 'Vibing Huggy', imageUrl: 'images/modern Huggies/Vibing Huggy.gif' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
281 |
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
282 |
-
<p class="text-gray-500 font-mono hidden md:inline-block">.
|
283 |
</button>
|
284 |
|
285 |
</div>
|
|
|
179 |
<!--Download Buttons-->
|
180 |
<button x-data="{ filename: 'Doodle Huggy.gif', imageUrl: 'images/modern Huggies/Doodle Huggy.gif' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
181 |
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
182 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.gif</p>
|
183 |
</button>
|
184 |
</div>
|
185 |
</div>
|
|
|
279 |
<!--Download Buttons-->
|
280 |
<button x-data="{ filename: 'Vibing Huggy', imageUrl: 'images/modern Huggies/Vibing Huggy.gif' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
281 |
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
282 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.gif</p>
|
283 |
</button>
|
284 |
|
285 |
</div>
|