Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBinninger committed Sep 3, 2024
1 parent f711d03 commit aa4d58a
Show file tree
Hide file tree
Showing 25 changed files with 7 additions and 20,253 deletions.
23 changes: 0 additions & 23 deletions .gitignore

This file was deleted.

31 changes: 0 additions & 31 deletions README.md

This file was deleted.

Binary file removed favicon.ico
Binary file not shown.
Binary file added favicon_32.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 favicon_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/SD-piXL/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/SD-piXL/logo192.png"/><link rel="manifest" href="/SD-piXL/manifest.json"/><title>React App</title><script defer="defer" src="/SD-piXL/static/js/main.c83fbf6d.js"></script><link href="/SD-piXL/static/css/main.f855e6bc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/SD-piXL/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/SD-piXL/favicon_32.png"/><link rel="manifest" href="/SD-piXL/manifest.json"/><title>React App</title><script defer="defer" src="/SD-piXL/static/js/main.c83fbf6d.js"></script><link href="/SD-piXL/static/css/main.f855e6bc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file removed logo192.png
Binary file not shown.
Binary file removed logo512.png
Binary file not shown.
17 changes: 6 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"src": "favicon_32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"src": "favicon_64.png",
"sizes": "64x64",
"type": "image/png"
}
],
"start_url": ".",
Expand Down
Loading

0 comments on commit aa4d58a

Please sign in to comment.