Commit 5f30c7c3 authored by 神楽坂玲奈's avatar 神楽坂玲奈

google analytics to head

parent d9c47efe
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<meta name="keywords" content="mycard,ygocore,ygopro,yugioh,yu-gi-oh,ygo,萌卡,游戏王,自动,决斗,平台"> <meta name="keywords" content="mycard,ygocore,ygopro,yugioh,yu-gi-oh,ygo,萌卡,游戏王,自动,决斗,平台">
<meta name="description" content="Mycard萌卡, 建立在YGOPRO上自动化决斗工具上的卡牌游戏(游戏王)对战平台, 目前正在进行新版本的公测哦. 注册与客户端的下载都可以在这里完成. <meta name="description" content="Mycard萌卡, 建立在YGOPRO上自动化决斗工具上的卡牌游戏(游戏王)对战平台, 目前正在进行新版本的公测哦. 注册与客户端的下载都可以在这里完成.
"> ">
<script src="/vendor/javascripts/modernizr-2.6.2.min.js"></script> <script src="/vendor/javascripts/modernizr-2.6.2.min.js"></script>
<script src="/vendor/javascripts/jquery-1.8.2.min.js" type="text/javascript"></script> <script src="/vendor/javascripts/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="/vendor/javascripts/jquery.cycle.lite.js" type="text/javascript"></script> <script src="/vendor/javascripts/jquery.cycle.lite.js" type="text/javascript"></script>
...@@ -13,9 +14,21 @@ ...@@ -13,9 +14,21 @@
<link href="/assets/stylesheets/mycard.css" media="screen" rel="stylesheet" type="text/css"/> <link href="/assets/stylesheets/mycard.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="/assets/stylesheets/dropdown.css" media="screen" rel="stylesheet" type="text/css"/> <link href="/assets/stylesheets/dropdown.css" media="screen" rel="stylesheet" type="text/css"/>
<title>Mycard - 萌卡</title> <title>Mycard - 萌卡</title>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29582484-1']);
_gaq.push(['_trackPageview']);
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
(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> </head>
<body> <body>
<header> <header>
...@@ -101,20 +114,5 @@ ...@@ -101,20 +114,5 @@
<a rel="license" href="http://www.gnu.org/licenses/gpl-3.0.html"><img alt="GNU GPL" style="border-width:0" src="http://gplv3.fsf.org/gplv3-88x31.png"/></a> <a rel="license" href="http://www.gnu.org/licenses/gpl-3.0.html"><img alt="GNU GPL" style="border-width:0" src="http://gplv3.fsf.org/gplv3-88x31.png"/></a>
</div> </div>
</footer> </footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29582484-1']);
_gaq.push(['_trackPageview']);
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
(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>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment