diff --git a/uplink/httpserver.py b/uplink/httpserver.py index 61fc236..5b8e0d4 100644 --- a/uplink/httpserver.py +++ b/uplink/httpserver.py @@ -40,7 +40,8 @@ class HTTPServer: @cherrypy.expose def configuration(self): - return '[uplink@' + \ + return '<!DOCTYPE html><html><head><title>[uplink-' + \ + self.__configuration.get_env_var("__version__") + '@' + \ self.__configuration.get_env_var("_hostname") + '] configuration
' + \