add more meta to html
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user