add more meta to html

This commit is contained in:
2025-05-11 00:08:20 +01:00
parent 5b11ad9f4b
commit 10647ab0a3
4 changed files with 19 additions and 7 deletions

View File

@@ -2,7 +2,12 @@
<html lang="en">
<head>
<title>7am Weather</title>
<title>7am - Daily weather summary</title>
<meta name="twitter:card" content="summary" />
<meta property="og:title" content="7am Weather">
<meta property="og:description" content="Daily weather summary delivered to you at 7am.">
<meta property="og:image" content="/hero.png">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="manifest" href="/manifest.json">
@@ -19,7 +24,7 @@
<div class="container">
<header>
<h1>7am</h1>
<h2>Daily weather updates delivered to you at 7am.</h2>
<h2>Daily weather summary delivered to you at 7am.</h2>
</header>
<main>