Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
leedstyh committed Mar 4, 2018
1 parent a267940 commit d653187
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 7 deletions.
6 changes: 6 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"main.css": "static/css/main.65027555.css",
"main.css.map": "static/css/main.65027555.css.map",
"main.js": "static/js/main.194afcac.js",
"main.js.map": "static/js/main.194afcac.js.map"
}
Binary file added favicon.ico
Binary file not shown.
8 changes: 1 addition & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
<!DOCTYPE html>
<html>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>
</html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/leedstyh/manifest.json"><link rel="shortcut icon" href="/leedstyh/favicon.ico"><title>React App</title><link href="/leedstyh/static/css/main.65027555.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/leedstyh/static/js/main.194afcac.js"></script></body></html>
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
1 change: 1 addition & 0 deletions service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions static/css/main.65027555.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/main.65027555.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions static/js/main.194afcac.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/js/main.194afcac.js.map

Large diffs are not rendered by default.

0 comments on commit d653187

Please sign in to comment.