Browse Source

remove more FamiColin; load Google Analytics from script on index.html

main
Colin McMillen 4 years ago
parent
commit
64934c7ffa
  1. 19
      index.html

19
index.html

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Colin McMillen &mdash; FamiColin</title>
<title>Colin McMillen</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
@ -14,25 +14,12 @@
<!-- <link rel="stylesheet" href="/pygments-monokai.css"> --> <!-- <link rel="stylesheet" href="/pygments-monokai.css"> -->
<!-- import the webpage's javascript file --> <!-- import the webpage's javascript file -->
<!-- <script src="/script.js" defer></script> -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25704949-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="script.js" defer></script>
</head> </head>
<body> <body>
<header> <header>
<h1> <h1>
<a href="/">Colin McMillen &lt;FamiColin&gt;</a>
<a href="/">Colin McMillen</a>
</h1> </h1>
</header> </header>

Loading…
Cancel
Save