41 lines
1.3 KiB
HTML
41 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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 src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"
|
|
crossorigin="anonymous"></script>
|
|
<meta charset="utf-8" />
|
|
<title>Core Ball</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<canvas style="display: none;" id="stage"></canvas>
|
|
<div id="begin">
|
|
<section class="center-box">
|
|
<span class="title">Core Ball</span>
|
|
<div class="button">
|
|
<div id="txtAr">▶</div>
|
|
<div class="text"></div>
|
|
</div>
|
|
<div class="op">
|
|
<span id="btnFW"></span>
|
|
<span id="btnReset"></span>
|
|
<div id="tip"></div>
|
|
</div>
|
|
</section>
|
|
<section id="wxArrow"></section>
|
|
</div>
|
|
<script type="text/javascript" src="index.js"></script>
|
|
<script src="/global.js"></script>
|
|
</body>
|
|
</html>
|