Skip to content

Commit

Permalink
Merge pull request #5 from peteytacos/peteytacos-patch-3
Browse files Browse the repository at this point in the history
GA v2 – Update index.html
  • Loading branch information
peteytacos authored Jan 16, 2023
2 parents d651b24 + 63b864f commit 8db7e0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>How Many Moons?</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="https://img.icons8.com/ios/50/null/full-moon.png">
<!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YXTNY7MBLC"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand All @@ -14,6 +10,10 @@

gtag('config', 'G-YXTNY7MBLC');
</script>
<title>How Many Moons?</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="https://img.icons8.com/ios/50/null/full-moon.png">
<style>
/* set dark indigo background and white text */
body {
Expand Down

0 comments on commit 8db7e0b

Please sign in to comment.