Kleine Änderungen
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>DoMiLi – Farbe der Woche</title>
|
||||
<title><?php echo htmlspecialchars('DoMiLi – Farbe der Woche'); ?></title>
|
||||
|
||||
<!-- PWA Meta Tags -->
|
||||
<meta name="theme-color" content="#212529">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-title" content="DoMiLi">
|
||||
<meta name="apple-mobile-web-app-title" content="<?php echo htmlspecialchars('DoMiLi'); ?>">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<!-- Bootstrap -->
|
||||
|
||||
Reference in New Issue
Block a user