Permalink
Browse files

Update launcher.html

  • Loading branch information...
xAsrielDreemurr committed Dec 4, 2017
1 parent 865f00c commit 2b1b07a33f19215b9c040b78e1ca88efe7dd70d5
Showing with 3 additions and 11 deletions.
  1. +3 −11 launcher.html
View
@@ -1,17 +1,9 @@
<!DOCTYPE html>
<html>
<link rel="shortcut icon" type="image/x-icon" href="unnamed_ODh_icon.ico">
- <head>
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async src="https://www.googletagmanager.com/gtag/js?id=UA-79765443-2"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-79765443-2');
-</script>
- <title>GBA Bandicoot</title>
+ <head>
+
+ <title>GBA Bandicoot</title>
<meta charset="UTF-8">
<!--Required Scripts-->
<script src="IodineGBA/includes/TypedArrayShim.js"></script>

0 comments on commit 2b1b07a

Please sign in to comment.