Fix missing favicon, add 2 networks
This commit is contained in:
parent
b7fa9b02bd
commit
f1f67c3104
@ -6,6 +6,8 @@
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
|
||||
<link rel="icon" type="image/png" href="/images/compass.png">
|
||||
|
||||
<title>Minetrack</title>
|
||||
|
||||
</head>
|
||||
@ -42,7 +44,7 @@
|
||||
<script src="js/site.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
(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)
|
||||
|
10
config.json
10
config.json
@ -119,6 +119,16 @@
|
||||
"name": "MCCentral",
|
||||
"ip": "mc-central.net",
|
||||
"type": "PC"
|
||||
},
|
||||
{
|
||||
"name": "Battlemine",
|
||||
"ip": "mc.battlemine.net",
|
||||
"type": "PC"
|
||||
},
|
||||
{
|
||||
"name": "OmgaMC",
|
||||
"ip": "mc.omgamcnetwork.net",
|
||||
"type": "PC"
|
||||
}
|
||||
],
|
||||
"routes": {
|
||||
|
Loading…
Reference in New Issue
Block a user