Add contact and privacy links

This commit is contained in:
sfan5
2024-10-04 10:44:55 +02:00
parent 1f1af8828c
commit 4533842e41

View File

@@ -13,6 +13,10 @@
a:visited {
color: #336BA1;
}
hr {
border: 0;
border-top: 3px solid #53ac56;
}
@media only screen and (max-width: 1024px) {
#server_list table .version, #server_list table .flags, #server_list table .uptime {
display: none;
@@ -24,6 +28,8 @@
</script>
</head>
<body>
<span class="h"><strong>Minetest server list</strong> | <a href="https://www.minetest.net/get-involved/#reporting-issues">Contact</a> | <a href="https://www.minetest.net/app-privacy-policy/">Privacy</a></span>
<hr />
<div id="server_list"></div>
<script src="list.js"></script>
</body>