mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 14:00:31 +02:00
25 lines
739 B
HTML
25 lines
739 B
HTML
<!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>
|