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 162a48b..ec6e9a0 100644 --- a/hugo/static/css/mumble.css +++ b/hugo/static/css/mumble.css @@ -429,3 +429,9 @@ figure img { display: none; } } + +.servercount { + font-size: 10px; + margin-left: 4px; + vertical-align: top; +}