mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
This is the same configuration as gecko and is convenient for making changes compared to using releases from pypi
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> |