Persist servers in separate database
This commit is contained in:
30
server_list/static/index.html
Normal file
30
server_list/static/index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Minetest server list</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Roboto, Ubuntu, "Segoe UI", sans-serif;
|
||||
}
|
||||
a {
|
||||
color: #336B87;
|
||||
}
|
||||
a:visited {
|
||||
color: #336BA1;
|
||||
}
|
||||
@media only screen and (max-width: 1024px) {
|
||||
#server_list table .version, #server_list table .flags, #server_list table .uptime {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
var master = {show_proto_select: true};
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="server_list"></div>
|
||||
<script src="list.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user