diff options
-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> |