Skip to content

Commit

Permalink
Improve layout, release
Browse files Browse the repository at this point in the history
  • Loading branch information
p0wl90 committed May 12, 2024
1 parent b50efd6 commit cdc2958
Show file tree
Hide file tree
Showing 3 changed files with 15,036 additions and 15,032 deletions.
6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "24c2a3ed02541dcdf307ba163dcdca6d",
"main.dart.js": "08c507961eb0a8f1aea8cba33304d905",
"index.html": "a064a205f1fb46cacecaaf20ba8403ed",
"/": "a064a205f1fb46cacecaaf20ba8403ed",
"main.dart.js": "4602d4820c8790556292180f77a7a24d",
"index.html": "8cd87da79c29f08356132a2d9cc6f7db",
"/": "8cd87da79c29f08356132a2d9cc6f7db",
"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"canvaskit/skwasm.worker.js": "bfb704a6c714a75da9ef320991e88b03",
"canvaskit/chromium/canvaskit.js": "0ae8bbcc58155679458a0f7a00f66873",
Expand Down
17 changes: 1 addition & 16 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,21 +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 charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
Expand All @@ -34,7 +19,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "2436106201";
const serviceWorkerVersion = "1701356171";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit cdc2958

Please sign in to comment.