Uppercase Labels, Set default sort to by name & theme to dark
Some checks are pending
Publish Docker rootless image / Push Docker image to Docker Hub (push) Waiting to run
Publish Docker image / Push Docker image to Docker Hub (push) Waiting to run
Some checks are pending
Publish Docker rootless image / Push Docker image to Docker Hub (push) Waiting to run
Publish Docker image / Push Docker image to Docker Hub (push) Waiting to run
This commit is contained in:
parent
0c2479d849
commit
20f0760451
1 changed files with 11 additions and 11 deletions
22
index.html
22
index.html
|
@ -22,28 +22,28 @@
|
|||
<h1>File Browser</h1>
|
||||
|
||||
<div class="controls">
|
||||
<span>sort list by:</span>
|
||||
<span>Sort List by:</span>
|
||||
<label>
|
||||
date
|
||||
<input type="radio" name="sort" value="date" checked>
|
||||
Date
|
||||
<input type="radio" name="sort" value="date">
|
||||
</label>
|
||||
<label>
|
||||
name
|
||||
<input type="radio" name="sort" value="name">
|
||||
Name
|
||||
<input type="radio" name="sort" value="name" checked>
|
||||
</label>
|
||||
<label>
|
||||
size
|
||||
Size
|
||||
<input type="radio" name="sort" value="size">
|
||||
</label>
|
||||
|
||||
<span>theme:</span>
|
||||
<span>Theme:</span>
|
||||
<label>
|
||||
light
|
||||
<input type="radio" name="theme" value="" checked>
|
||||
Light
|
||||
<input type="radio" name="theme" value="">
|
||||
</label>
|
||||
<label>
|
||||
dark
|
||||
<input type="radio" name="theme" value="dark">
|
||||
Dark
|
||||
<input type="radio" name="theme" value="dark" checked>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue