Update index.html
This commit is contained in:
parent
b80b813d30
commit
5c3ec97cec
1 changed files with 1 additions and 16 deletions
17
index.html
17
index.html
|
|
@ -14,31 +14,16 @@
|
|||
<link rel="shortcut icon" href="https://cloud.githubusercontent.com/assets/16944178/13729941/22a59b12-e941-11e5-801e-48b322fa29c2.jpg"/>
|
||||
<link href="http://www.pocketmine.net/css/bootstrap.min.css" rel="stylesheet" media="screen"/>
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
|
||||
_gaq.push(['_setAccount', 'UA-37722441-2']);
|
||||
|
||||
_gaq.push(['_setDomainName', 'pocketmine.net']);
|
||||
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
|
||||
|
||||
(function() {
|
||||
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
|
||||
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
|
||||
})();
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<style type="text/css">body{padding-top:20px;padding-bottom:20px;background:url(http://www.pocketmine.net/img/bg.png) repeat-x;}.header,.marketing,.footer{padding-left:15px;padding-right:15px;}.header{border-bottom:1px solid #e5e5e5;}.header h3{margin-top:0;margin-bottom:0;line-height:40px;padding-bottom:19px;}.footer{padding-top:19px;color:#777;border-top:1px solid #e5e5e5;}.container{min-width:730px;max-width:800px!important;}.container-narrow>hr{margin:30px 0;}.jumbotron{text-align:center;border-bottom:1px solid #e5e5e5;}.marketing{margin:40px 0;}.marketing p+h4{margin-top:28px;}.col-xs-4{padding-right:7px;padding-left:7px;}.panel-heading{padding:10px 7px;}</style>
|
||||
<body>
|
||||
|
|
@ -61,7 +46,7 @@
|
|||
</a>
|
||||
</small></small></div>
|
||||
<script src="https://web.archive.org/web/20131106143942js_/http://code.jquery.com/jquery.js" type="text/javascript"></script>
|
||||
<script src="js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="http://www.pocketmine.net/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
function loadTags(response){
|
||||
var version = response.data[0].name; $("#stable .release").html("PocketMine-MP " + version).attr("href", "/web/20131106143942/https://github.com/PocketMine/PocketMine-MP/releases/" + version);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue