Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style></style>
<script>
document.querySelector("style").sheet.insertRule("@import url('data:text/css,:root{background:red}');html,body{/* random garbage */}");
</script>