mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 06:58:56 +00:00
8 lines
139 B
HTML
8 lines
139 B
HTML
<style>
|
|
#s {
|
|
margin: 50px;
|
|
}
|
|
</style>
|
|
|
|
<input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>
|