Skip to content

Commit

Permalink
GoatCounter
Browse files Browse the repository at this point in the history
  • Loading branch information
calebegg committed Dec 25, 2022
1 parent c03a732 commit 4df6655
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,24 @@
<html lang="en">
<title>Bright Earth</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Experiments in displaying weather data from NOAA's API.">
<meta name="theme-color" content="#ffffff"/>
<meta
name="description"
content="Experiments in displaying weather data from NOAA's API."
/>
<meta name="theme-color" content="#ffffff" />
<link rel="manifest" href="manifest.webmanifest" />
<link rel="icon" sizes="256x256" href="icon.png" />
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://forecast.weather.gov">
<link rel="preconnect" href="https://forecast.weather.gov" />

<body>
<main></main>
<script type="module" src="./main.tsx"></script>
<a style="display: none" href="robots.txt"></a>
<script
data-goatcounter="https://bright-earth.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
></script>
</body>
</html>
</html>

0 comments on commit 4df6655

Please sign in to comment.