Skip to content

Commit

Permalink
some more features
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Wong committed Jan 19, 2024
1 parent add17b9 commit 01c50d7
Show file tree
Hide file tree
Showing 13 changed files with 270 additions and 4,270 deletions.
Binary file added assets/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/index-Jy3_P0lj.css → assets/index--SaF0H3b.css

Large diffs are not rendered by default.

454 changes: 229 additions & 225 deletions assets/index-LALJSUvX.js → assets/index-35E1BKLA.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/index-BupCJ1t9.css

This file was deleted.

4,038 changes: 0 additions & 4,038 deletions assets/index-wjs2qaUb.js

This file was deleted.

25 changes: 21 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html lang="en" class="overflow-visible">
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link
rel="stylesheet"
type="text/css"
Expand All @@ -16,10 +15,28 @@
/>
<link rel="stylesheet" href="scrollbar.css" id="hide-scroll" />
<link rel="stylesheet" href="background.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wong-Innovations</title>
<script type="module" crossorigin src="/assets/index-LALJSUvX.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BupCJ1t9.css">
<script type="module" crossorigin src="/assets/index-35E1BKLA.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index--SaF0H3b.css">
</head>
<body>
<div id="root"></div>
Expand Down
19 changes: 19 additions & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/assets/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
1 change: 0 additions & 1 deletion vite.svg

This file was deleted.

0 comments on commit 01c50d7

Please sign in to comment.