Update index.html

This commit is contained in:
MattTheTekie 2023-10-08 22:21:59 -04:00 committed by GitHub
commit 5c3ec97cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,31 +14,16 @@
<link rel="shortcut icon" href="https://cloud.githubusercontent.com/assets/16944178/13729941/22a59b12-e941-11e5-801e-48b322fa29c2.jpg"/> <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"/> <link href="http://www.pocketmine.net/css/bootstrap.min.css" rel="stylesheet" media="screen"/>
<script type="text/javascript"> <script type="text/javascript">
var _gaq = _gaq || []; var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37722441-2']); _gaq.push(['_setAccount', 'UA-37722441-2']);
_gaq.push(['_setDomainName', 'pocketmine.net']); _gaq.push(['_setDomainName', 'pocketmine.net']);
_gaq.push(['_trackPageview']); _gaq.push(['_trackPageview']);
(function() { (function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 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'; 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); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})(); })();
</script> </script>
</head> </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> <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> <body>
@ -61,7 +46,7 @@
</a> </a>
</small></small></div> </small></small></div>
<script src="https://web.archive.org/web/20131106143942js_/http://code.jquery.com/jquery.js" type="text/javascript"></script> <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"> <script type="text/javascript">
function loadTags(response){ 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); var version = response.data[0].name; $("#stable .release").html("PocketMine-MP " + version).attr("href", "/web/20131106143942/https://github.com/PocketMine/PocketMine-MP/releases/" + version);