Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions web-storage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>Web storage</h1>
<form>
<div>
<label for="bgcolor">Choose background color:</label>
<input class="color" id="bgcolor" value="FF0000" />
<input type="color" class="color" id="bgcolor" value="FF0000" />
</div>
<div>
<label for="font">Choose font style:</label>
Expand All @@ -55,7 +55,6 @@ <h1>Web storage</h1>
<img src="images/firefoxos.png" />
</div>

<script src="jscolor/jscolor.js"></script>
<script src="main.js"></script>
</body>
</html>
Binary file removed web-storage/jscolor/arrow.gif
Binary file not shown.
Binary file removed web-storage/jscolor/cross.gif
Binary file not shown.
13 changes: 0 additions & 13 deletions web-storage/jscolor/demo.html

This file was deleted.

Binary file removed web-storage/jscolor/hs.png
Binary file not shown.
Binary file removed web-storage/jscolor/hv.png
Binary file not shown.
Loading