-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (16 loc) · 904 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css"/>
<title>SauerSpotter</title>
</head>
<body>
<center>
<div id="stats"><h3 style="color: white; font-family: Sauer_default;">Loading</h3></div>
<div id="serverbrowser"></div>
<h3 style="color: white; font-family: sans-serif; font-size: 10px">SauerSpotter by @SalatielSauer <br> This page is a pirated version of <a href="http://sauertracker.net" target="_blank">SauerTracker</a> <br> <a href="http://sauerbraten.org" target="_blank">Sauerbraten.org</a> </h3>
</center>
<script src="sauerspotter.js"></script>
</body>
</html>