-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
36 lines (35 loc) · 1.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html><html lang="en">
<!-- Mirrored from www.heyzxz.me/pcol/ by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 18 Feb 2019 15:59:02 GMT -->
<head>
<meta charset="utf-8">
<title>3D Snooker</title>
<link href="./assets/css/style.css" rel="stylesheet">
</head>
<body>
<div id="intro" class="intro-container" style="visibility:hidden;">
<div class="intro-content">
<h2>PCOL</h2>
<p>
<a href="http://www.heyzxz.me/">A WebGL Based Snooker Game Created by Zhengxi Zhang(@heyzxz)</a>
</p>
<div class="browsers">
</div>
</div>
</div>
<div id="game-container" class="game-container">
<canvas id="game-view"></canvas>
<div id="game-shade"></div>
</div>
<div id="game-loading" style="display: none;">
<img class="img-loading-icon no-drag endless-r" src="./assets/images/19fde9655ac9e264f1555d6fdd06c7be.png">
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-67871771-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-67871771-1', {'send_page_view': false});
</script>
<script type="text/javascript" src="./assets/js/script.js"></script>
</body>
</html>