mirror of https://gitlab.com/bashrc2/epicyon
Has no style
parent
6939c82302
commit
2aab0da736
|
@ -446,7 +446,6 @@ def htmlHeaderWithExternalStyle(cssFilename: str, css: str, lang='en') -> str:
|
||||||
if fontName:
|
if fontName:
|
||||||
htmlStr += ' <link rel="preload" as="font" type="' + \
|
htmlStr += ' <link rel="preload" as="font" type="' + \
|
||||||
fontFormat + '" href="' + fontName + '" crossorigin>\n'
|
fontFormat + '" href="' + fontName + '" crossorigin>\n'
|
||||||
htmlStr += ' <style>\n' + css + '</style>\n'
|
|
||||||
cssFile = cssFilename.split('/')[-1]
|
cssFile = cssFilename.split('/')[-1]
|
||||||
htmlStr += ' <link rel="stylesheet" href="' + cssFile + '">'
|
htmlStr += ' <link rel="stylesheet" href="' + cssFile + '">'
|
||||||
htmlStr += ' <link rel="manifest" href="/manifest.json">\n'
|
htmlStr += ' <link rel="manifest" href="/manifest.json">\n'
|
||||||
|
|
Loading…
Reference in New Issue