Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenya476 committed Jun 5, 2024
0 parents commit 9752c8d
Show file tree
Hide file tree
Showing 12 changed files with 468 additions and 0 deletions.
15 changes: 15 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/allbridge-example-react/static/css/main.520ab86f.css",
"main.js": "/allbridge-example-react/static/js/main.762b8f9d.js",
"static/js/453.ece0bd0d.chunk.js": "/allbridge-example-react/static/js/453.ece0bd0d.chunk.js",
"index.html": "/allbridge-example-react/index.html",
"main.520ab86f.css.map": "/allbridge-example-react/static/css/main.520ab86f.css.map",
"main.762b8f9d.js.map": "/allbridge-example-react/static/js/main.762b8f9d.js.map",
"453.ece0bd0d.chunk.js.map": "/allbridge-example-react/static/js/453.ece0bd0d.chunk.js.map"
},
"entrypoints": [
"static/css/main.520ab86f.css",
"static/js/main.762b8f9d.js"
]
}
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions 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="/allbridge-example-react/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Allbridge Core SDK Example Project"/><link rel="apple-touch-icon" href="/allbridge-example-react/logo192.png"/><link rel="manifest" href="/allbridge-example-react/manifest.json"/><title>Allbridge Core SDK Example</title><script defer="defer" src="/allbridge-example-react/static/js/main.762b8f9d.js"></script><link href="/allbridge-example-react/static/css/main.520ab86f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></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": "Allbridge Core SDK",
"name": "Allbridge Core SDK",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#5B978E",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions 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 static/css/main.520ab86f.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.520ab86f.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/453.ece0bd0d.chunk.js

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

1 change: 1 addition & 0 deletions static/js/453.ece0bd0d.chunk.js.map

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

3 changes: 3 additions & 0 deletions static/js/main.762b8f9d.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9752c8d

Please sign in to comment.