Message in html header

merge-requests/30/head
Bob Mottram 2022-02-28 23:08:06 +00:00
parent 1e957d181c
commit b72887ab02
1 changed files with 5 additions and 0 deletions

View File

@ -590,6 +590,11 @@ def html_header_with_external_style(css_filename: str, instance_title: str,
get_pwa_theme_colors(css_filename)
html_str = \
'<!DOCTYPE html>\n' + \
'<!--\n' + \
'Thankyou for using Epicyon. If you are reading this message then ' + \
'consider joining the development at ' + \
'https://gitlab.com/bashrc2/epicyon\n' + \
'-->\n' + \
'<html lang="' + lang + '">\n' + \
' <head>\n' + \
' <meta charset="utf-8">\n' + \