34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<title>Weather Station</title>
|
|
<link rel="icon" href="/favicon.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<meta charset="UTF-8">
|
|
<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">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|