Skip to content

Commit

Permalink
deploy: 0f9cab2
Browse files Browse the repository at this point in the history
  • Loading branch information
WesselvanDam committed Sep 19, 2024
1 parent e3336e0 commit 0583978
Show file tree
Hide file tree
Showing 4 changed files with 5,130 additions and 5,140 deletions.
2 changes: 1 addition & 1 deletion flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ const RESOURCES = {"404.html": "b1b86f0b0805a926b7f3f7d145b0b878",
"canvaskit/chromium/canvaskit.js": "901bb9e28fac643b7da75ecfd3339f3f",
"canvaskit/chromium/canvaskit.wasm": "399e2344480862e2dfa26f12fa5891d7",
"canvaskit/skwasm.js.symbols": "c3c05bd50bdf59da8626bbe446ce65a3",
"main.dart.js": "e8d80b2611134acc9ba9fade781c7e97",
"main.dart.js": "8187a3c2551cef9f54b9d53a171aeddc",
"icons/Icon-512.png": "1c27a69bb4c489ccefb9ca76efc54dae",
"icons/Icon-192.png": "8c0966e60a0aad1644b6393237ec4776",
"icons/apple-touch-icon.png": "30f82ba90cee3389b4c9052af3389c04",
"flutter_bootstrap.js": "728bee2fffde6e15b443c6f53d65d88e",
"flutter_bootstrap.js": "f838eb254aef6652941f81dd2308fc9c",
"flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
"index.html": "ec73d3ef43d2eb31c3a0cabc64672e3d",
"/": "ec73d3ef43d2eb31c3a0cabc64672e3d",
"index.html": "d9bb96608d9057ff91ade5ac8383fb36",
"/": "d9bb96608d9057ff91ade5ac8383fb36",
"favicon.ico": "f3df775107329febd1e847023fe3c1c8",
"version.json": "0e277070061fad0b9f8306f7481a4658",
"manifest.json": "da923b929a4510d56f4b2d1f5d868fff",
Expand Down
18 changes: 3 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="/" />

<meta
Expand All @@ -22,6 +9,7 @@

<meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
<meta name="title" content="Thank You Token App" />
<meta
name="description"
content="A simple app for saving the stories behind your Thank You Tokens." />
Expand All @@ -35,7 +23,7 @@
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://app.thank-you-token.nl" />
<meta property="og:title" content="Thank You Token" />
<meta property="og:title" content="Thank You Token App" />
<meta
property="og:description"
content="A simple app for saving the stories behind your Thank You Tokens." />
Expand Down Expand Up @@ -66,7 +54,7 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.ico" />

<title>Thank You Token</title>
<title>Thank You Token App</title>
<link rel="manifest" href="manifest.json" />

<!-- Loading animation -->
Expand Down
Loading

0 comments on commit 0583978

Please sign in to comment.