Commit e82aaff4 authored by 神楽坂玲奈's avatar 神楽坂玲奈

new index

parent 77f6b328
This diff is collapsed.
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<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上自动化决斗工具上的卡牌游戏(游戏王)对战平台, 目前正在进行新版本的公测哦. 注册与客户端的下载都可以在这里完成.">
...@@ -14,20 +14,23 @@ ...@@ -14,20 +14,23 @@
<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 --> <!-- Google Analytics -->
<script type="text/javascript"> <script type="text/javascript">
var _gaq = _gaq || []; var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29582484-1']); _gaq.push(['_setAccount', 'UA-29582484-1']);
_gaq.push(['_trackPageview']); _gaq.push(['_trackPageview']);
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js'; var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]); _gaq.push(['_require', 'inpage_linkid', pluginUrl]);
(function() { (function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.type = 'text/javascript';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); ga.async = true;
})(); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
</script> var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head> </head>
<body> <body>
<header> <header>
...@@ -83,9 +86,15 @@ ...@@ -83,9 +86,15 @@
</br> </br>
<a class="subinc">复活了喵..目前只有基本功能...</a> <a class="subinc">复活了喵..目前只有基本功能...</a>
<div id="download"> <div id="buttons">
<a id="download_url" href="#" class="download_active">立即下载</a> <div id="download">
<a class="download_information">最新版本: <span id="download_version">Loading...</span></a> <a id="download_url" href="#" class="download_active">立即下载</a>
<a class="download_information">最新版本: <span id="download_version">Loading...</span></a>
</div>
<div id="download_sublist">
<a href="https://github.com/zh99998/mycard/downloads">下载更新</a></br>
<a href="https://github.com/zh99998/ygopro-images/archive/master.zip">下载卡图</a></br>
</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -99,8 +108,8 @@ ...@@ -99,8 +108,8 @@
<footer> <footer>
<div id="footer1"> <div id="footer1">
<h2>其他服务</h2> <h2>其他服务</h2>
<a href="mailto:zh99998@gmail.com">联系作者</a><br /> <a href="mailto:zh99998@gmail.com">联系作者</a><br/>
<a href="https://plus.google.com/107594261950300262383" rel="publisher">更新记录(Google+)</a> <a href="https://plus.google.com/107594261950300262383" rel="publisher">更新记录</a>
</div> </div>
<div id="footer2"> <div id="footer2">
<h2>合作伙伴</h2> <h2>合作伙伴</h2>
......
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