Skip to content

Commit 70ca92a

Browse files
committed
Added checkbox to HTML
1 parent 054d551 commit 70ca92a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<div>
1212
<progress max="100" value="0"></progress>
1313
<span>0%</span>
14+
<label for="loadInOrder">
15+
<input type="checkbox" id="loadInOrder" checked> Load in order?
16+
</label>
1417
</div>
1518
<script src="js/load-in-order.js"></script>
1619
</body>

0 commit comments

Comments
 (0)