mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
12 lines
177 B
HTML
12 lines
177 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
document.domain = "example.org";
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form name="form1" id="test1"></form>
|
|
</body>
|
|
</html>
|