add google analytics and modified css typo

This commit is contained in:
tanabe 2011-05-18 00:12:41 +09:00
parent 2d8e5c904f
commit 74d27e0e29
2 changed files with 15 additions and 3 deletions

View File

@ -2,7 +2,7 @@ body {
margin: 0;
padding: 0;
background-color: #D1D1BC;
font: helvetica, arial, freesans, clean, sans-serif;
font-family: helvetica, arial, freesans, clean, sans-serif;
font-size: 1em;
line-height: 2em;
}

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="ja">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-language" content="ja">
<meta http-equiv="content-language" content="en">
<title>Markdown Live Previewer</title>
<meta http-equiv="content-script-type" content="text/javascript">
<meta http-equiv="content-style-type" content="text/css">
@ -10,6 +10,18 @@
<script type="text/javascript" src="js/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="js/markdown.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-73660-11']);
_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>
</head>
<body>
<h1 id="header">Markdown Live Previewer</h1>