-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
112 lines (87 loc) · 3.94 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en-US">
<html prefix="og: https://ogp.me/ns#">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4664371693742544"
crossorigin="anonymous"></script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "//matomo.neher.casa/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '5']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8218RE7MWW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-8218RE7MWW');
</script>
<meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta id="viewport" name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no">
<meta name="msvalidate.01" content="4A5A1F6568B5162A731044FB5308F919" />
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NTFVXVKK');</script>
<!-- End Google Tag Manager -->
<meta name="application-name" content="PiggyPasser" />
<meta name="apple-itunes-app" content="app-id=1671457267">
<meta name="apple-mobile-web-app-title" content="PiggyPasser" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="PiggyPasser" />
<meta property="og:url" content="https://www.piggypasser.org" />
<meta property="og:type" content="website" />
<meta property="og:image" content="assets/piggypasser-by-nds-header.png" />
<link rel="canonical" href="https://piggypasser.org" />
<link rel="apple-touch-icon" href="assets/img-pig.png" />
<meta name="description" content="PiggyPasser is the responsive browser-based webapp for scorekeeping, game accounting during play, gameplay record keeping, and making any swine dice game easier to play with no limits on how many players can play!" />
<meta name="keywords" content="keyword1, keyword2,nsw-993298pdwcv1b7rzsxinltjuxoi0b9rir67tddkxfpve0fib8h8fpa9csb64dv35xuhvx7e8ihzx4bog-y29cxikvishmnaj5yzq78x11mntbep-iqntxo9cqnqe2phw" />
<title>PiggyPasser</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NTFVXVKK" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="pig">
<img src="assets/img-header-pig.png" />
</div>
<div id="wrapper">
<div id="title"><i>Piggy Passer</i></div>
<div id="buttons">
<button id="pill-button" onclick="window.location.href='addplayers.html';" value="addplayers">
New Game
</button>
<!-- <button id="tim-button" onclick="window.location.href='assets/leaning-tim.JPG';" value="leaning-tim">
Leaning Tim
</button> -->
</div>
</div>
</body>
<footer>
<div id="byline">
<p><a href="https://www.neherdata.com/"><i>Made with ❤️ in New Jersey</i></a></p>
</div>
</footer>
</html>