Skip to content

Commit

Permalink
Add GoatCounter for analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Aug 3, 2024
1 parent a7d99ea commit 2f58aad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; style-src 'self' 'unsafe-inline' data: https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com; script-src 'self'; img-src 'self' data: blob:; manifest-src 'self'; child-src 'self'; connect-src 'self';">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; style-src 'self' 'unsafe-inline' data: https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com; script-src 'self' https://gc.zgo.at; img-src 'self' data: blob:; manifest-src 'self'; child-src 'self'; connect-src 'self' https://calebevans-projects.goatcounter.com/count;">
<meta name="apple-mobile-web-app-title" content="Flip Book" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#ffffff" />
<title>Flip Book | Animate your imagination | Caleb Evans</title>
<meta name="description" content="Create flip book-style animations to share with friends. Draw each scene, frame by frame, then export your story to a GIF when you're ready to show it off." />
<link rel="shortcut icon" href="favicon.png" />
<link rel="apple-touch-icon" href="app-icon-192.png" />
<script
data-goatcounter="https://calebevans-projects.goatcounter.com/count"
async
src="https://gc.zgo.at/count.v4.js"
crossorigin="anonymous"
integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"
></script>
</head>
<body>

Expand Down

0 comments on commit 2f58aad

Please sign in to comment.