summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 7c742d2..507e04f 100644
--- a/index.html
+++ b/index.html
@@ -7,10 +7,6 @@
<meta name="description" content="Interactive QR code generator">
<meta name="author" content="Yuval Adam">
<link rel="canonical" href="http://qrgen.xyz">
- </head>
- <body>
- <div id="root"></div>
- <script type="text/javascript" src="bundle.js" charset="utf-8"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -20,5 +16,9 @@
ga('create', 'UA-82486356-1', 'auto');
ga('send', 'pageview');
</script>
+ </head>
+ <body>
+ <div id="root"></div>
+ <script type="text/javascript" src="bundle.js" charset="utf-8"></script>
</body>
</html>