index.html 646 Bytes
<!DOCTYPE HTML PUBLC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
    <head>
        <title>Javscript color selector demo by http://www.codefans.net</title>
        <script src="script_wev8.js" type="text/javascript"></script>
    </head>
    <body>
        <h1>Javascript color selector demo</h1>
	<p>This is a demonstration of a Javascript color-picking widget I made. The code is messy and undocumented, but feel free to use it under the <a href="http://www.opensource.org/licenses/bsd-license.php">new BSD license</a>.</p>
        <input type="text" class="color" value="#FFFF00">
    </body>
</html>