10 lines
149 B
HTML
10 lines
149 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
if (location.search == "?setdomain") {
|
|
document.domain = document.domain;
|
|
}
|
|
</script>
|
|
</head>
|
|
</html>
|