odoo-module-web_widget_color/static/lib/jscolor/demo.html

13 lines
186 B
HTML
Raw Normal View History

2020-12-08 07:28:10 +00:00
<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>