-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
44 lines (42 loc) · 1.76 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
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<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' 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>
<noscript>
<h1>Flip Book</h1>
<p>
Please
<a href="https://www.whatismybrowser.com/guides/how-to-enable-javascript/"
>enable JavaScript</a
>
to use the app. <a href="https://calebevans.me/">View other projects by Caleb Evans</a>
</p>
</noscript>
<main></main>
<script type="module" src="scripts/index.js"></script>
</body>
</html>