mirror of
https://github.com/servo/servo.git
synced 2025-07-05 14:33:38 +01: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> |