Skip to content

Commit

Permalink
I defined my canvas in the head which caused Web Monetization to not …
Browse files Browse the repository at this point in the history
…be properly initialized
  • Loading branch information
Auroriax committed Sep 13, 2019
1 parent 1d90fde commit 6b8316c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<canvas class="zdog-canvas" id="game"></canvas>
<title>BackFlipped - js13k 2019</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon16.png" type="image/png">
<meta name="monetization" content="$coil.xrptipbot.com/3mQNkjRsTVid5VZd6XJv4g">

</head>
<body>

<canvas class="zdog-canvas" id="game"></canvas>
<script src="zdog.dist.js"></script>
<script src="jsfxr.js"></script>
<script src="game.js"></script>
Expand Down

0 comments on commit 6b8316c

Please sign in to comment.