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>
<html lang="en">
<head>
<title>Colin McMillen &mdash; FamiColin</title>
<title>Colin McMillen</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -14,25 +14,12 @@
<!-- <link rel="stylesheet" href="/pygments-monokai.css"> -->
<!-- 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>
<body>
<header>
<h1>
<a href="/">Colin McMillen &lt;FamiColin&gt;</a>
<a href="/">Colin McMillen</a>
</h1>
</header>

Loading…
Cancel
Save