Files
2023-09-25 19:51:08 -04:00

44 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7L02W3ZMS5');
</script>
<script async="" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"></script>
<meta charset="utf-8"/>
<title>Stickman Hook</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" name="viewport"/>
<style>
html,
body {
position: absolute;
top: 0px;
left: 0px;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
width: 100vw;
height: 100vh;
background-color: black;
}
canvas {
width: 100%;
}
</style>
<!-- Poki SDK -->
<script src="poki3.js"></script>
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>