removed global.js scripts from all games
This commit is contained in:
@@ -1,27 +1,25 @@
|
||||
<html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
|
||||
<script>
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-7L02W3ZMS5');
|
||||
</script>
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<script async="" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"></script>
|
||||
<!--
|
||||
|
||||
Orginal code / game based on Authors: Kushagra Agarwal and Lima Sky with touch controls / ie6+ shim from pf
|
||||
|
||||
-->
|
||||
<script text="text/javascript" src="/global.js" defer></script>
|
||||
<title>Doodle Jump</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<style>
|
||||
|
||||
<title>Doodle Jump</title>
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport"/>
|
||||
<style>
|
||||
|
||||
@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);
|
||||
|
||||
@@ -129,48 +127,37 @@ Orginal code / game based on Authors: Kushagra Agarwal and Lima Sky with touch c
|
||||
.info .key.right {background-position: -92px -641px;}
|
||||
|
||||
</style>
|
||||
|
||||
<!--[if IE]><script src="../$/e.js"></script><![endif]-->
|
||||
|
||||
<!--[if IE]><script src="../$/e.js"></script><![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<canvas id="canvas">
|
||||
<div class="container">
|
||||
<canvas id="canvas">
|
||||
Aww, your browser doesn't support HTML5!
|
||||
</canvas>
|
||||
|
||||
<div id="mainMenu">
|
||||
<h1>doodle jump</h1>
|
||||
<h3>using HTML5</h3>
|
||||
|
||||
<p class="info">
|
||||
<div id="mainMenu">
|
||||
<h1>doodle jump</h1>
|
||||
<h3>using HTML5</h3>
|
||||
<p class="info">
|
||||
use
|
||||
<span class="key left">?</span>
|
||||
<span class="key right">?</span>
|
||||
<span class="key right">?</span>
|
||||
to move and space to (re) start...
|
||||
</p>
|
||||
<a class="button" href="javascript:init()">Play</a>
|
||||
</div>
|
||||
|
||||
<div id="gameOverMenu">
|
||||
<h1>game over!</h1>
|
||||
<h3 id="go_score">you scored 0 points</h3>
|
||||
|
||||
<a class="button" href="javascript:reset()">Restart</a>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Preloading image ;) -->
|
||||
<img id="sprite" src="sprites.png"/>
|
||||
|
||||
<div id="scoreBoard">
|
||||
<p id="score">0</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<center><div id="keys"></div></center>
|
||||
|
||||
<script>
|
||||
<a class="button" href="javascript:init()">Play</a>
|
||||
</div>
|
||||
<div id="gameOverMenu">
|
||||
<h1>game over!</h1>
|
||||
<h3 id="go_score">you scored 0 points</h3>
|
||||
<a class="button" href="javascript:reset()">Restart</a>
|
||||
</div>
|
||||
<!-- Preloading image ;) -->
|
||||
<img id="sprite" src="sprites.png"/>
|
||||
<div id="scoreBoard">
|
||||
<p id="score">0</p>
|
||||
</div>
|
||||
</div>
|
||||
<center><div id="keys"></div></center>
|
||||
<script>
|
||||
|
||||
var ua = navigator.userAgent;
|
||||
var isIE = ua.match("MSIE");
|
||||
@@ -840,6 +827,6 @@ Orginal code / game based on Authors: Kushagra Agarwal and Lima Sky with touch c
|
||||
menuLoop();
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user