main
Bob Mottram 2020-11-10 15:19:39 +00:00
parent 2aab0da736
commit 8bddaaf136
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ def htmlHeaderWithExternalStyle(cssFilename: str, css: str, lang='en') -> str:
htmlStr += ' <link rel="preload" as="font" type="' + \
fontFormat + '" href="' + fontName + '" crossorigin>\n'
cssFile = cssFilename.split('/')[-1]
htmlStr += ' <link rel="stylesheet" href="' + cssFile + '">'
htmlStr += ' <link rel="stylesheet" href="' + cssFile + '">\n'
htmlStr += ' <link rel="manifest" href="/manifest.json">\n'
htmlStr += ' <meta name="theme-color" content="grey">\n'
htmlStr += ' <title>Epicyon</title>\n'