Updated meta
This commit is contained in:
@@ -4,9 +4,28 @@
|
|||||||
<title>Weather Station</title>
|
<title>Weather Station</title>
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||||
|
<meta name="theme-color" content="#0f172a">
|
||||||
|
<meta name="description" content="Local Weather & Forecasting">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="Weather Station">
|
||||||
|
|
||||||
|
<!-- OpenGraph -->
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="Weather Station">
|
||||||
|
<meta property="og:description" content="Local Weather & Forecasting">
|
||||||
|
<meta property="og:image" content="/favicon.png">
|
||||||
|
<meta property="og:url" content="./">
|
||||||
|
|
||||||
|
<!-- Twitter/X card -->
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Weather Station">
|
||||||
|
<meta name="twitter:description" content="Local Weather & Forecasting">
|
||||||
|
<meta name="twitter:image" content="/favicon.png">
|
||||||
|
|
||||||
<link rel="icon" href="/favicon.png">
|
<link rel="icon" href="/favicon.png">
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
BIN
client/public/favicon.png
Normal file
BIN
client/public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
14
client/public/manifest.json
Normal file
14
client/public/manifest.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "Weather Station",
|
||||||
|
"short_name": "Weather",
|
||||||
|
"description": "Local Weather & Forecasting",
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#0f172a",
|
||||||
|
"theme_color": "#0f172a",
|
||||||
|
"orientation": "any",
|
||||||
|
"icons": [
|
||||||
|
{ "src": "/favicon.png", "sizes": "512x512", "type": "image/png" }
|
||||||
|
],
|
||||||
|
"categories": ["weather", "utilities"]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user