Update index.html

This commit is contained in:
siddontang 2014-07-16 20:59:07 +08:00
parent 3c34a9c1b3
commit e5ca9dbb08
1 changed files with 15 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Ledisdb by siddontang</title>
<title>LedisDB</title>
</head>
<body>
@ -18,8 +18,8 @@
<div class="inner">
<header>
<h1>Ledisdb</h1>
<h2>a high performance NoSQL powered by golang</h2>
<h1>LedisDB</h1>
<h2>a high performance NoSQL powered by Golang</h2>
</header>
<section id="downloads" class="clearfix">
@ -161,4 +161,16 @@ OK
</div>
</div>
</body>
<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-27956076-2', 'auto');
ga('send', 'pageview');
</script>
</html>