Files
serverlist/static/index.html
luk3yx 8d0c99b5d0 Add nicer CSS
• Add more whitespace around everything.
• Change the fonts.
• Change the colours/colors.
• Add a shadow around the mods/flags/etc lists.
2019-02-13 13:24:06 +01:00

12 lines
185 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Minetest server list</title>
</head>
<body>
<div id="server_list"></div>
<script src="list.js"></script>
</body>
</html>