remove more FamiColin; load Google Analytics from script on index.html
This commit is contained in:
parent
c5fc5e17e9
commit
64934c7ffa
19
index.html
19
index.html
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Colin McMillen — 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 <FamiColin></a>
|
||||
<a href="/">Colin McMillen</a>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user