mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-19 22:32:12 +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>
|