mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
9 lines
143 B
HTML
9 lines
143 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>support init file</title>
|
|
</head>
|
|
<body>
|
|
<script> parent.init() </script>
|
|
</body>
|
|
</html>
|