KLanding/jscolor/demo.html
2015-07-26 08:33:54 +01:00

13 lines
186 B
HTML

<html>
<head>
<title>jscolor demo</title>
</head>
<body>
<script type="text/javascript" src="jscolor.js"></script>
Click here: <input class="color" value="66ff00">
</body>
</html>