fix(app.html): Add charset="UTF-8" meta first in head

This commit is contained in:
Corentin Flr 2023-11-20 22:19:36 +01:00
parent 0eae71f4ed
commit 2b00309d94
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html data-theme-mode="{{ desk_theme.lower() }}" data-theme="{{ desk_theme.lower() }}" dir={{ layout_direction }} lang="{{ lang }}">
<head>
<meta charset="UTF-8">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#0089FF">
<!-- Windows Phone -->