proven.lol

https://fsh.zone

HASH 181a6038c4cfe956584ddb0983405635

This item was proven by @cam on 2023-09-11T14:16:03+00:00. (View all of @cam’s proofs.)

Evidence

This is a copy of the web page retrieved on 2023-09-11T14:16:03+00:00. Show the proof snippet.

<!DOCTYPE html> <html lang="en-us"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta name="keywords" content="fsh.zone, fishing, game, fsh"> <meta name="description" content="hang out and catch fishes with your friends!"> <!-- proven69b503 --> <title>fsh.zone</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.1.1/socket.io.slim.js"></script> <style> html { box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } h1 { color: #ffffff; text-align: center; color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } *, *:before, *:after { box-sizing: inherit; } body { margin: 0; background-color: #f4e792; } #gameContainer { width: 100vw; height: 100vh; } canvas { width: 100%; height: 100%; display: block; } /* try to handle mobile dialog */ canvas + * { z-index: 2; } .logo { display: block; max-width: 100vw; max-height: 70vh; } .progress { margin: 1.5em; border: 1px solid black; width: 50vw; display: none; } .progress .full { margin: 2px; background: black; height: 1em; transform-origin: top left; } #loader { position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } .spinner, .spinner:after { border-radius: 50%; width: 5em; height: 5em; } .spinner { margin: 10px; font-size: 10px; position: relative; text-indent: -9999em; border-top: 1.1em solid rgba(255, 255, 255, 0.2); border-right: 1.1em solid rgba(255, 255, 255, 0.2); border-bottom: 1.1em solid rgba(255, 255, 255, 0.2); border-left: 1.1em solid #ffffff; transform: translateZ(0); animation: spinner-spin 1.1s infinite linear; } @keyframes spinner-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } </style> </head> <body> <div id="gameContainer" style="padding: 0px; margin: 0px; border: 0px; position: relative; background: url(&quot;Build/FSH_Zone.exe.jpg&quot;) center center / cover;"><canvas id="#canvas" style="width: 100%; height: 100%;"></canvas></div> <div id="loader"> <h1 id="txt">loading :)</h1> <div class="spinner" style="display: none;"></div> <div class="progress" style="display: block;"><div class="full" style="transform: scaleX(0.9);"></div></div> </div> <script src="Build/UnityLoader.js"></script> <script> var gameInstance = UnityLoader.instantiate("gameContainer", "Build/FSH_Zone.exe.json", { onProgress: UnityProgress }); function UnityProgress(gameInstance, progress) { if (!gameInstance.Module) { return; } const loader = document.querySelector("#loader"); if (!gameInstance.progress) { const progress = document.querySelector("#loader .progress"); progress.style.display = "block"; gameInstance.progress = progress.querySelector(".full"); loader.querySelector(".spinner").style.display = "none"; } gameInstance.progress.style.transform = `scaleX(${progress})`; if (progress === 1 && !gameInstance.removeTimeout) { gameInstance.removeTimeout = setTimeout(function () { loader.style.display = "none"; }, 20); } } </script> <script> function FixInputOnSubmit() { document.getElementById("fixInput").blur(); event.preventDefault(); } </script> <div> <form onsubmit="FixInputOnSubmit()" autocomplete="off" style="width: 0px; height: 0px; position: absolute; top: -9999px;"> <input type="text" id="fixInput" oninput="gameInstance.Module.asmLibraryArg._FixInputUpdate()" onblur="gameInstance.Module.asmLibraryArg._FixInputOnBlur()" style="font-size: 42px;"> </form> </div> <script src="blob:https://fsh.zone/911dd632-df64-4eb7-bd02-60c3d0027ded" id="45e44f66b6227403291db299a76f9f56"></script></body></html>