mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
10 lines
176 B
HTML
10 lines
176 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body onload="c.removeAttribute('type'); c.removeAttribute('value');">
|
|
<input id="c" type="color">
|
|
</body>
|
|
</html>
|