Skip to content

Commit 1aa8b35

Browse files
committed
Merge branch 'gh-pages' of https://github.com/omicscodeathon/brainroutedb into gh-pages
2 parents 012f5e9 + fbc1942 commit 1aa8b35

16 files changed

+149
-0
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
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*

asset-manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"files": {
3+
"main.css": "/brainroute-db/static/css/main.b01bbb02.css",
4+
"main.js": "/brainroute-db/static/js/main.b4a20ab4.js",
5+
"static/js/453.75612f8d.chunk.js": "/brainroute-db/static/js/453.75612f8d.chunk.js",
6+
"index.html": "/brainroute-db/index.html",
7+
"main.b01bbb02.css.map": "/brainroute-db/static/css/main.b01bbb02.css.map",
8+
"main.b4a20ab4.js.map": "/brainroute-db/static/js/main.b4a20ab4.js.map",
9+
"453.75612f8d.chunk.js.map": "/brainroute-db/static/js/453.75612f8d.chunk.js.map"
10+
},
11+
"entrypoints": [
12+
"static/css/main.b01bbb02.css",
13+
"static/js/main.b4a20ab4.js"
14+
]
15+
}

favicon.ico

3.78 KB
Binary file not shown.

favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 0 deletions
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="/brainroute-db/favicon.svg" type="image/svg+xml"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#3b82f6"/><meta name="description" content="BrainRoute Database - Molecular Intelligence Platform for BBB-permeable molecules"/><link rel="apple-touch-icon" href="/brainroute-db/logo192.png"/><link rel="manifest" href="/brainroute-db/manifest.json"/><script src="https://unpkg.com/@rdkit/rdkit/Code/MinimalLib/dist/RDKit_minimal.js"></script><title>BrainRoute Database</title><script defer="defer" src="/brainroute-db/static/js/main.b4a20ab4.js"></script><link href="/brainroute-db/static/css/main.b01bbb02.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

logo192.png

5.22 KB
Loading

logo512.png

9.44 KB
Loading

manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

robots.txt

Lines changed: 3 additions & 0 deletions
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.b01bbb02.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)