updated meta

This commit is contained in:
TLRZ Seyfferth 2018-01-24 18:01:32 +01:00
parent 6dfe4e44b6
commit 81453f965a
2 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,9 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/lib/materialize.min.css"> <link rel="stylesheet" href="css/lib/materialize.min.css">
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
<link rel="icon" sizes="192x192" href="/favicons/android-chrome-192x192.png">
<link rel="apple-touch-icon" href="/favicons/android-chrome-192x192.png">
</head> </head>
<body> <body>

View File

@ -21,5 +21,6 @@
], ],
"theme_color": "#009688", "theme_color": "#009688",
"background_color": "#004d40", "background_color": "#004d40",
"display": "standalone" "display": "standalone",
"orientation": "landscape"
} }