mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
9 lines
144 B
HTML
9 lines
144 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
document.foo = "bar";
|
|
windowfoo = "windowbar";
|
|
</script>
|
|
</body>
|
|
</html>
|