mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
9 lines
No EOL
205 B
HTML
9 lines
No EOL
205 B
HTML
<link rel=match href=green.html>
|
|
<style>
|
|
:root {background-color:red}
|
|
</style>
|
|
<script>
|
|
if (window.location.protocol === "https:") {
|
|
document.documentElement.style.backgroundColor = "green";
|
|
}
|
|
</script> |