Skip to content

Commit

Permalink
fianl
Browse files Browse the repository at this point in the history
  • Loading branch information
nuyh99 committed Apr 25, 2022
1 parent bb3efd8 commit 05211f0
Show file tree
Hide file tree
Showing 21 changed files with 110 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added frontend/.DS_Store
Binary file not shown.
Binary file modified src/.DS_Store
Binary file not shown.
Binary file modified src/main/.DS_Store
Binary file not shown.
Binary file modified src/main/resources/.DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions src/main/resources/static/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"files": {
"main.css": "/static/css/main.a72b72c5.css",
"main.js": "/static/js/main.ffb01f39.js",
"static/js/787.ec704a7a.chunk.js": "/static/js/787.ec704a7a.chunk.js",
"static/media/author.png": "/static/media/author.8e5f8a624afd65055842.png",
"static/media/lion.png": "/static/media/lion.98ec9e35a835021d2037.png",
"index.html": "/index.html",
"main.a72b72c5.css.map": "/static/css/main.a72b72c5.css.map",
"main.ffb01f39.js.map": "/static/js/main.ffb01f39.js.map",
"787.ec704a7a.chunk.js.map": "/static/js/787.ec704a7a.chunk.js.map"
},
"entrypoints": [
"static/css/main.a72b72c5.css",
"static/js/main.ffb01f39.js"
]
}
Binary file added src/main/resources/static/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/main/resources/static/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +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="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"/><title>대리점 휴대폰 번호 조회</title><script defer="defer" src="/static/js/main.ffb01f39.js"></script><link href="/static/css/main.a72b72c5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added src/main/resources/static/logo128.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 src/main/resources/static/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/main/resources/static/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions src/main/resources/static/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions src/main/resources/static/static/css/main.a72b72c5.css

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

1 change: 1 addition & 0 deletions src/main/resources/static/static/css/main.a72b72c5.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 src/main/resources/static/static/js/787.ec704a7a.chunk.js

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

Loading

0 comments on commit 05211f0

Please sign in to comment.