Skip to content

Commit

Permalink
🔮
Browse files Browse the repository at this point in the history
  • Loading branch information
piedcipher authored Aug 30, 2024
1 parent 77c670e commit 2f7314e
Show file tree
Hide file tree
Showing 4 changed files with 786 additions and 771 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.

4 changes: 2 additions & 2 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter_bootstrap.js": "14952545b4a083043daf254904e5f822",
const RESOURCES = {"flutter_bootstrap.js": "44ed30f742fbceb8fad61882e41b998d",
"version.json": "692df7dc2d1d8b3463cc893edb0cc2ce",
"index.html": "2e201dbeec5e03a1c43aef847236a19f",
"/": "2e201dbeec5e03a1c43aef847236a19f",
"main.dart.js": "c45366966c33146417ee5e599be98f9e",
"main.dart.js": "9211c780d91e02330df7b854ec486b70",
"flutter.js": "f393d3c16b631f36852323de8e583132",
"favicon.png": "f50ef39c3101df73d5c945938f28cf6e",
"icons/icon-192.png": "df4aa49f01b1a440d172e919a0c6f244",
Expand Down
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
<!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="my portfolio site">
Expand Down
Loading

0 comments on commit 2f7314e

Please sign in to comment.