mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
9 lines
127 B
HTML
9 lines
127 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<script>
|
||
|
window.name = location.search.substring(1);
|
||
|
</script>
|
||
|
</head>
|
||
|
</html>
|