add spacewaves

This commit is contained in:
zyqunix 2025-07-04 16:39:46 +02:00
parent a6111e4a55
commit 0936decd2b
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6

25
spacewaves/index.html Normal file
View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space Waves</title>
<style>
body {
height: 100vh;
width: 100vw;
margin: 0;
}
iframe {
height: 100%;
width: 100%;
margin: 0;
border: none;
}
</style>
</head>
<body>
<iframe role="none" sandbox="allow-scripts allow-same-origin allow-pointer-lock allow-popups allow-forms allow-top-navigation" src="https://crazygames.cdn.msnfun.com/9nm5764dbppg/v6/index.html?msstart_sdk_init=eyJwYXJlbnRPcmlnaW4iOiJodHRwczovL3d3dy5tc24uY29tIiwiY2xpZW50SWQiOiIzNzgzQzgzQTMxOUY2N0JGMzM4N0RFMjUzMEZDNjZFQiIsImxvY2FsZSI6ImVuLXhsIiwiZW50cnlQb2ludElkIjoiIn0"></iframe>
</body>
</html>