Limnoria/index.html
Mikaela Suomalainen bef7ecc02b Add GA.
I am interested in seeing does anyone ever even look at these pages, but
most of Supybot users who are on their channels have probable opted out
of analytics or have extension to do that.
2014-06-09 14:31:50 +03:00

28 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<meta name="description" content="Mikaela's Supybot related pages. This will contain everything useful that was Supybot-related from my old GH-pages repo.">
<meta name="author" content="Mikaela Suomalainen">
<title>Mikaela's Supybot site</title>
<link rel="stylesheet" type="text/css" href="css.css" />
</head>
<frameset rows="0,*" frameborder="0" framespacing="0" border="0">
<frame src="header.html" name="header" marginwidth="0" marginheight="0"
scrolling="no"> <frameset cols="150,*" frameborder="0" framespacing="0" border="0">
<frame src="navbar.html" name="left" marginwidth="0" marginheight="0" scrolling="no">
<frame src="index.real.html" name="right" marginwidth="0" marginheight="0"> </frameset>
</frameset> <font face="verdana" size="1">
</font>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40171169-1', 'mkaysi.github.io');
ga('send', 'pageview');
</script>
</html>