forked from sent/waves
47 lines
1.5 KiB
HTML
47 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="/js/all.min.js"></script>
|
|
<link rel="icon" type="image/png" href="/favicon.ico">
|
|
<title>Thumb Fighter</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover">
|
|
|
|
<meta name="generator" content="Construct 3">
|
|
<meta name="author" content="Avix Games">
|
|
<meta name="description" content="Thumb Fighter Turbo">
|
|
<link rel="manifest" href="appmanifest.json">
|
|
<script
|
|
id="gamebridge-sdk"
|
|
src="//resource.pokigame.io/nZTtN8/v1/gamebridge.js"
|
|
data-ad-frequency="30s"
|
|
data-gameid="cac88lersfejd651bq50">
|
|
</script>
|
|
<link rel="stylesheet" href="style.css">
|
|
<style>
|
|
#canvas, canvas{
|
|
-webkit-tap-highlight-color: transparent;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="fb-root"></div>
|
|
|
|
<noscript>
|
|
<div id="notSupportedWrap">
|
|
<h2 id="notSupportedTitle">This content requires JavaScript</h2>
|
|
<p class="notSupportedMessage">JavaScript appears to be disabled. Please enable it to view this content.</p>
|
|
</div>
|
|
</noscript>
|
|
<script src="scripts/supportcheck.js"></script>
|
|
<script src="scripts/offlineclient.js" type="module"></script>
|
|
<script src="scripts/main.js" type="module"></script>
|
|
<script src="scripts/register-sw.js" type="module"></script>
|
|
</body>
|
|
</html> |