mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
9 lines
205 B
HTML
9 lines
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>
|