mirror of https://gitlab.com/bashrc2/epicyon
Change order
parent
a061171564
commit
f4eac74a7b
|
@ -741,9 +741,9 @@ def html_header_with_external_style(css_filename: str, instance_title: str,
|
|||
'<html lang="' + lang + '">\n' + \
|
||||
' <head>\n' + \
|
||||
' <meta charset="utf-8">\n' + \
|
||||
' <link rel="preload" href="' + css_file + '" as="style">\n' + \
|
||||
' <link rel="stylesheet" media="all" ' + \
|
||||
'href="' + css_file + '">\n' + \
|
||||
' <link rel="preload" href="' + css_file + '" as="style">\n' + \
|
||||
' <link rel="manifest" href="/manifest.json">\n' + \
|
||||
' <link href="/favicon.ico" rel="icon" type="image/x-icon">\n' + \
|
||||
' <meta content="/browserconfig.xml" ' + \
|
||||
|
|
Loading…
Reference in New Issue