mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
8 lines
127 B
HTML
8 lines
127 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
window.name = location.search.substring(1);
|
|
</script>
|
|
</head>
|
|
</html>
|