Spaces:
Running
Running
JAYASWAROOP
commited on
Commit
•
fd799b1
1
Parent(s):
6fdc0bf
Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -470,6 +470,11 @@ button:hover {
|
|
470 |
<div class="downloads">
|
471 |
<div>
|
472 |
<input type="text" id="search" placeholder="Search..." class="search-input form-control">
|
|
|
|
|
|
|
|
|
|
|
473 |
</div>
|
474 |
|
475 |
<div class="downloads-list">
|
|
|
470 |
<div class="downloads">
|
471 |
<div>
|
472 |
<input type="text" id="search" placeholder="Search..." class="search-input form-control">
|
473 |
+
<select class="form-select">
|
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 |
|
480 |
<div class="downloads-list">
|