mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 14:58:33 +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>
|