Initial commit
This commit is contained in:
commit
15d4e2f126
37 changed files with 12580 additions and 0 deletions
BIN
crabfit-frontend/public/favicon.ico
Normal file
BIN
crabfit-frontend/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
21
crabfit-frontend/public/index.html
Normal file
21
crabfit-frontend/public/index.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#F79E00" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Crab Fit your schedules together to find a time that works for everyone!"
|
||||
/>
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
|
||||
<title>Crab Fit</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>Crab Fit doesn't work without Javascript. Enable it or try a different browser.</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
crabfit-frontend/public/logo192.png
Normal file
BIN
crabfit-frontend/public/logo192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5 KiB |
BIN
crabfit-frontend/public/logo512.png
Normal file
BIN
crabfit-frontend/public/logo512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
25
crabfit-frontend/public/manifest.json
Normal file
25
crabfit-frontend/public/manifest.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"short_name": "Crab Fit",
|
||||
"name": "Crab Fit",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "256x256 64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#F79E00",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
3
crabfit-frontend/public/robots.txt
Normal file
3
crabfit-frontend/public/robots.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Loading…
Add table
Add a link
Reference in a new issue