Change order

main
Bob Mottram 2024-10-22 13:47:37 +01:00
parent a061171564
commit f4eac74a7b
1 changed files with 1 additions and 1 deletions

View File

@ -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" ' + \