diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2017-10-19 21:45:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 21:45:40 +0530 |
commit | 30d7f84cacd2a34f20f608e1a1cd7175d285e933 (patch) | |
tree | b67d8a1d2f9101b7042afa269e75b25b78ec938d /index.html | |
parent | e61f0159551103b9e9c1ccb6632a38a297685a68 (diff) |
Fixed URL and added Analytics
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,6 +1,16 @@ <!DOCTYPE html> <html > <head> + <!-- Global site tag (gtag.js) - Google Analytics --> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103897969-2"></script> +<script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + + gtag('config', 'UA-103897969-2'); +</script> + <meta charset="UTF-8"> <title>Hi!</title> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui"> @@ -32,7 +42,7 @@ The Bash Programs I am Proud of :<br> - <a href="https://navanchauhan.github.io/Cruncher">Cruncher</a> (A slow way to kill a pc)<br> - <a href="https://navanchauhan.github.io/GYGB">Get Your Grub Back</a> (Grub Repair)<br> -- <a href="https://navanchauhan.github.io/Jon-Doe">John Doe</a> (Identity Generator)<br> +- <a href="https://navanchauhan.github.io/John-Doe">John Doe</a> (Identity Generator)<br> - <a href="https://navanchauhan.github.io/Kamikaze">Kamikaze</a> (System Crasher)<br> - <a href="https://navanchauhan.github.io/Meme-me">Meme-Me</a> (A CLI for generating memes)<br></p> |