Spaces:
Running
Running
JAYASWAROOP
commited on
Commit
•
5c19f8f
1
Parent(s):
75f4318
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -468,14 +468,14 @@ button:hover {
|
|
468 |
<div class="downloads">
|
469 |
<div class="downloads-options">
|
470 |
<input type="text" id="search" placeholder="Search...">
|
471 |
-
|
|
|
472 |
<select id="sort">
|
473 |
<option value="recent">Sort by Recent</option>
|
474 |
<option value="name">Sort by Name</option>
|
475 |
<option value="artist">Sort by Artist</option>
|
476 |
</select>
|
477 |
</div>
|
478 |
-
</div>
|
479 |
<div class="downloads-list">
|
480 |
<div class="download-item">
|
481 |
<img src="https://i.pinimg.com/originals/24/ea/ea/24eaea94a992b462b99f64aec083bd7e.png" alt="Album 1 Cover">
|
|
|
468 |
<div class="downloads">
|
469 |
<div class="downloads-options">
|
470 |
<input type="text" id="search" placeholder="Search...">
|
471 |
+
</div>
|
472 |
+
<div>
|
473 |
<select id="sort">
|
474 |
<option value="recent">Sort by Recent</option>
|
475 |
<option value="name">Sort by Name</option>
|
476 |
<option value="artist">Sort by Artist</option>
|
477 |
</select>
|
478 |
</div>
|
|
|
479 |
<div class="downloads-list">
|
480 |
<div class="download-item">
|
481 |
<img src="https://i.pinimg.com/originals/24/ea/ea/24eaea94a992b462b99f64aec083bd7e.png" alt="Album 1 Cover">
|