-
Notifications
You must be signed in to change notification settings - Fork 3
/
embed.html
67 lines (59 loc) · 2.27 KB
/
embed.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Blockchain Battle 1 - Play Curious</title>
<link href="game.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<!-- Google Analytics -->
<script>
window.ga =
window.ga ||
function() {
(ga.q = ga.q || []).push(arguments);
};
ga.l = +new Date();
ga("create", "UA-115175051-1", "auto");
ga("send", "pageview");
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
<!-- End Google Analytics -->
</head>
<body>
<div id="game-parent" class="embedded">
<canvas id="pixi-canvas"></canvas>
</div>
<!--
<div id="descriptive-content">
<div id="purchase-container">
<div id="purchase-left">
<p>Ce jeu vous plait ?</p>
<p class="text-accent">Achetez le 2ème épisode à seulement 3€ dès maintenant</p>
<p>Sortie le 3 décembre 2019</p>
</div>
<div id="purchase-right">
<a id="purchase" href="https://playcurious.games/fr/store/">J'EN PROFITE</a>
</div>
</div>
<h3 class="text-accent">Blockchain Battle 1</h3>
<p></p>
<p>A game by <a href="https://playcurious.games/">Play Curious</a></p>
<h4 class="text-accent">Having problems?</h4>
<p>Make sure you're using a recent version of Firefox, Chrome, or Safari.
<br>If you are still having issues, please write us at <i>hello</i> AT <i>playcurious</i> DOT <i>games</i>.
</p>
<p class="build-info">Built on <%= date.toUTCString() %>, version <%= commit %> <%= branch %></p> -->
<!-- build:js deps.js -->
<script src="node_modules/underscore/underscore.js"></script>
<script src="node_modules/pixi.js-legacy/dist/pixi-legacy.js"></script>
<script src="node_modules/pixi-filters/dist/pixi-filters.js"></script>
<script src="node_modules/howler/dist/howler.js"></script>
<script src="node_modules/fontfaceobserver/fontfaceobserver.js"></script>
<script src="node_modules/jsbi/dist/jsbi-umd.js"></script>
<!-- endbuild -->
<!-- build:js-bundle -->
<script type="module" src="src/game.js"></script>
<!-- endbuild -->
</body>
</html>