Upload index.html with huggingface_hub
Browse files- index.html +5 -5
index.html
CHANGED
|
@@ -682,7 +682,7 @@
|
|
| 682 |
<svg class="resource-arrow" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="7" y1="17" x2="17" y2="7"/><polyline points="7 7 17 7 17 17"/></svg>
|
| 683 |
</a>
|
| 684 |
|
| 685 |
-
<a href="
|
| 686 |
<div class="resource-icon icon-orange">
|
| 687 |
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
|
| 688 |
</div>
|
|
@@ -730,7 +730,7 @@
|
|
| 730 |
<div class="video-card featured" style="border-radius: 20px; overflow: hidden; box-shadow: none; border: none; background: var(--bg-dark);">
|
| 731 |
<div class="video-wrapper" onclick="toggleVideo(this)">
|
| 732 |
<video preload="metadata" playsinline autoplay muted loop>
|
| 733 |
-
<source src="
|
| 734 |
</video>
|
| 735 |
<div class="video-overlay">
|
| 736 |
<div class="play-btn">
|
|
@@ -912,7 +912,7 @@
|
|
| 912 |
<div class="video-card featured" style="background: var(--bg-darker);">
|
| 913 |
<div class="video-wrapper" style="background: var(--bg-darker);" onclick="toggleVideo(this)">
|
| 914 |
<video preload="metadata" playsinline autoplay muted loop style="background: var(--bg-darker);">
|
| 915 |
-
<source src="
|
| 916 |
</video>
|
| 917 |
<div class="video-overlay">
|
| 918 |
<div class="play-btn">
|
|
@@ -931,7 +931,7 @@
|
|
| 931 |
<div class="video-card featured" style="background: var(--bg-darker);">
|
| 932 |
<div class="video-wrapper" style="background: var(--bg-darker);" onclick="toggleVideo(this)">
|
| 933 |
<video preload="metadata" playsinline autoplay muted loop style="background: var(--bg-darker);">
|
| 934 |
-
<source src="
|
| 935 |
</video>
|
| 936 |
<div class="video-overlay">
|
| 937 |
<div class="play-btn">
|
|
@@ -1279,4 +1279,4 @@
|
|
| 1279 |
|
| 1280 |
</body>
|
| 1281 |
</html>
|
| 1282 |
-
|