mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-28 00:38:49 +00:00
10 lines
143 B
HTML
10 lines
143 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>support init file</title>
|
|
</head>
|
|
<body>
|
|
<script> parent.init() </script>
|
|
</body>
|
|
</html>
|