Files
monkeygg2.github.io/games/smash-karts/index.html
T
2023-09-25 19:51:08 -04:00

26 lines
740 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<title>MonkeyGG2 Proxy</title>
<meta content="" name="description"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<style>
body {
margin: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
}
</style>
</head>
<body>
<iframe allow-same-origin="" allowfullscreen="" id="smashKarts" referrerpolicy="no-referrer" src="https://violetgg2.glitch.me/" style="border: none; width: 100%; height: 100%; margin: 0;"></iframe>
<script>
alert("Enter 'https://smashkarts.io' into the text box.")
</script>
</body>
</html>