-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0be5a95
Showing
14 changed files
with
1,315 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"files": { | ||
"main.css": "/blues-metocen-portal/static/css/main.c4944678.css", | ||
"main.js": "/blues-metocen-portal/static/js/main.f3cdb80a.js", | ||
"static/media/notification.svg?s3g3t9": "/blues-metocen-portal/static/media/notification.5d0158671dd860c714c4.svg", | ||
"static/media/notification.eot": "/blues-metocen-portal/static/media/notification.3657084dc0419605a91c.eot", | ||
"static/media/notification.woff?s3g3t9": "/blues-metocen-portal/static/media/notification.c392cd33d9d9de730f9d.woff", | ||
"static/media/notification.ttf?s3g3t9": "/blues-metocen-portal/static/media/notification.c5d9251ea82e42f75381.ttf", | ||
"index.html": "/blues-metocen-portal/index.html", | ||
"main.c4944678.css.map": "/blues-metocen-portal/static/css/main.c4944678.css.map", | ||
"main.f3cdb80a.js.map": "/blues-metocen-portal/static/js/main.f3cdb80a.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.c4944678.css", | ||
"static/js/main.f3cdb80a.js" | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="shortcut icon" href="/blues-metocen-portal/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/blues-metocen-portal/manifest.json"/><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/><title>Data Modelling tool</title><script defer="defer" src="/blues-metocen-portal/static/js/main.f3cdb80a.js"></script><link href="/blues-metocen-portal/static/css/main.c4944678.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><div id="modal-root"></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |
Oops, something went wrong.