first commit

This commit is contained in:
Jane
2024-02-19 17:25:32 +08:00
commit d21f90672b
455 changed files with 67178 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<script>
var origin = location.protocol + '//' + location.host;
(window.opener || window.parent).postMessage(location.hash || location.search, origin);
</script>
</body>
</html>