-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (32 loc) · 1.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<!-- Created by Parker Davis -->
<!-- https://parkerdavis.dev -->
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/ebird-weather.ico" />
<link rel="apple-touch-icon" href="https://raincrow.netlify.app/raincrow-apple-touch.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RainCrow | eBird weather</title>
<meta name="description" content="Weather for any eBird checklist" />
<link rel="canonical" href="https://raincrow.netlify.app" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="RainCrow | eBird Weather"/>
<meta property="og:url" content="https://raincrow.netlify.app" />
<meta property="og:description" content="Weather for any eBird checklist" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Weather for any eBird checklist" />
<meta name="twitter:title" content="RainCrow | eBird Weather" />
<meta property="og:image" content="https://raincrow.netlify.app/raincrow.jpg" />
<meta name="twitter:image" content="https://raincrow.netlify.app/raincrow.jpg" />
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "5e656fbb0b684574be95096f22738006"}'></script><!-- End Cloudflare Web Analytics -->
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<noscript>
<p>You must have Javascript enabled to use RainCrow</p>
</noscript>
</body>
</html>