-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also update npm scripts per new convention
- Loading branch information
Showing
9 changed files
with
283 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ node_modules | |
.env | ||
.env.* | ||
!.env.example | ||
/.aider* | ||
|
||
# Ignore files for PNPM, NPM and YARN | ||
pnpm-lock.yaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,44 @@ | ||
<!DOCTYPE html> | ||
<!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> | ||
<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> | ||
|
||
<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> | ||
|
||
<main></main> | ||
|
||
<script type="module" src="scripts/index.js"></script> | ||
</body> | ||
<script type="module" src="scripts/index.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.