Skip to content

Commit 9dad950

Browse files
committed
Updates
0 parents  commit 9dad950

19 files changed

+151
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

asset-manifest.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.661ecc74.css",
4+
"main.js": "/static/js/main.8ba33776.js",
5+
"static/js/453.68693753.chunk.js": "/static/js/453.68693753.chunk.js",
6+
"index.html": "/index.html",
7+
"main.661ecc74.css.map": "/static/css/main.661ecc74.css.map",
8+
"main.8ba33776.js.map": "/static/js/main.8ba33776.js.map",
9+
"453.68693753.chunk.js.map": "/static/js/453.68693753.chunk.js.map"
10+
},
11+
"entrypoints": [
12+
"static/css/main.661ecc74.css",
13+
"static/js/main.8ba33776.js"
14+
]
15+
}

favicon-16x16.png

564 Bytes
Loading

favicon-180x180.png

8.35 KB
Loading

favicon-192x192.png

9.21 KB
Loading

favicon-32x32.png

1.22 KB
Loading

favicon-512x512.png

25.5 KB
Loading

favicon.ico

15 KB
Binary file not shown.

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Juho Heikkinen - Software developer"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Juho Heikkinen</title><script defer="defer" src="/static/js/main.8ba33776.js"></script><link href="/static/css/main.661ecc74.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

manifest.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "48x48",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "favicon-16x16-png",
12+
"sizes": "16x16",
13+
"type": "image/png"
14+
},
15+
{
16+
"src": "favicon-32x32-png",
17+
"sizes": "32x32 24x24",
18+
"type": "image/png"
19+
},
20+
{
21+
"src": "favicon-180x180-png",
22+
"sizes": "180x180",
23+
"type": "image/png"
24+
},
25+
{
26+
"src": "favicon-192x192-png",
27+
"sizes": "192x192",
28+
"type": "image/png"
29+
},
30+
{
31+
"src": "favicon-512x512-png",
32+
"sizes": "512x512",
33+
"type": "image/png"
34+
}
35+
],
36+
"start_url": ".",
37+
"display": "standalone",
38+
"theme_color": "#000000",
39+
"background_color": "#ffffff"
40+
}
41+

my-app/.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

robots.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

static/css/main.661ecc74.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.661ecc74.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/453.68693753.chunk.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)