-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-min.html
executable file
·25 lines (25 loc) · 1.25 KB
/
index-min.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>NSHex Counter</title>
<meta name="author" content="Enclave Games" />
<meta name="description" content="Count your (and your opponent's) tiles to know what you can expect to draw from the remaining ones." />
<meta name="monetization" content="$ilp.uphold.com/k4eJGQUDF9nw" />
<style>*{margin:0;padding:0;}body{background: #b8afa8 url(img/pattern.png) repeat; overflow:hidden;}</style>
<meta property="og:image" content="https://nshex.enclavegames.com/img/banner-nshexcounter.png" />
<meta property="og:url" content="https://nshex.enclavegames.com/counter/"/>
<meta property="og:title" content="NSHex Counter" />
<meta property="og:description" content="Count your (and your opponent's) tiles to know what you can expect to draw from the remaining ones." />
<meta property="og:type" content="website" />
<link rel="shortcut icon" href="favicon.png" />
<!-- <link rel="manifest" href="ept.webmanifest" /> -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WCX5YHRP3N"></script>
<script src="src/plugins/webfont.js"></script>
<script src="src/phaser.3.52.min.js"></script>
<script src="src/nshexcounter.js"></script>
</head>
<body>
<script src="src/start.js"></script>
</body>
</html>