diff --git a/webinterface.py b/webinterface.py index f9cb0715..b795d9d8 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2655,6 +2655,7 @@ def htmlHeader(cssFilename: str, css: str, lang='en') -> str: htmlStr += ' \n' htmlStr += ' \n' htmlStr += ' \n' + htmlStr += ' Epicyon\n' htmlStr += ' \n' htmlStr += ' \n' return htmlStr