2015-11-02 04:56:08 +00:00
<!DOCTYPE html>
< html >
< head >
2015-11-02 05:19:27 +00:00
< link rel = "stylesheet" type = "text/css" href = "css/main.css" >
2015-11-25 08:10:19 +00:00
< link rel = "icon" type = "image/png" href = "/images/compass.png" >
2015-11-02 04:56:08 +00:00
< title > Minetrack< / title >
< / head >
< body >
2015-11-09 00:34:17 +00:00
< div id = "tooltip" > < / div >
< div id = "header" >
< h1 class = "text-uppercase" > Minetrack< / h1 >
2015-11-09 07:03:03 +00:00
< p class = "slogan text-uppercase" > All your favorite Minecraft servers, right now.< / p >
< p class = "info text-uppercase" > Made with < span style = "color: #e74c3c;" > ♥ < / span > by < a href = "http://cryptkpr.me" > Cryptkeeper< / a > · Open source'd on < a href = "https://github.com/Cryptkeeper/Minetrack" > Github< / a > < / p >
2015-11-09 00:34:17 +00:00
< / div >
< div id = "tagline" class = "status-connecting" >
< span id = "tagline-text" class = "text-uppercase" > Connecting...< / span >
< / div >
< div id = "server-container" class = "container" > < / div >
<!-- External JS assets -->
< script src = "https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js" > < / script >
2015-11-02 04:56:08 +00:00
< script src = "https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.3.7/socket.io.min.js" > < / script >
2015-11-09 00:34:17 +00:00
< script src = "https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js" > < / script >
<!-- Internal JS assets -->
< script src = "js/util.js" > < / script >
2015-11-02 05:19:27 +00:00
< script src = "js/site.js" > < / script >
2015-11-02 04:56:08 +00:00
2015-11-24 23:38:41 +00:00
< script >
2015-11-25 08:10:19 +00:00
2015-11-24 23:38:41 +00:00
(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-60103580-2', 'auto');
ga('send', 'pageview');
< / script >
2015-11-02 04:56:08 +00:00
< / body >
< / html >