diff --git a/hugo/content/servers.html b/hugo/content/servers.html new file mode 100644 index 0000000..404b7e4 --- /dev/null +++ b/hugo/content/servers.html @@ -0,0 +1,155 @@ +--- +title: Public Server List +--- +

This page lists public servers.

+

+ Note for Hosters: If you want to make your server appear in this public server list please refer to the register configuration options of your server. +

+
+ This page requires JavaScript to be enabled in your webbrowser to list of public Mumble servers. +
+ \ No newline at end of file diff --git a/hugo/static/css/mumble.css b/hugo/static/css/mumble.css index 9f19095..f820e61 100644 --- a/hugo/static/css/mumble.css +++ b/hugo/static/css/mumble.css @@ -285,3 +285,9 @@ table.development-snapshots { grid-template-columns: 1fr 1fr !important; } } + +.servercount { + font-size: 10px; + margin-left: 4px; + vertical-align: top; +}