node-mongo-demo

node.js and mongodb demo

git clone https://9o.is/git/node-mongo-demo.git

commit fe306d79aee798239cc38394473304609fb2d428
parent fcc934a059c3c7de750909bc82da375f243576b0
Author: Sorin Alexander <sorin.alexander@gmail.com>
Date:   Sun, 21 Jan 2024 16:53:11 +0800

React icons etc

Diffstat:
Afrontend/public/favicon.ico | 0
Afrontend/public/logo192.png | 0
Afrontend/public/logo512.png | 0
Afrontend/public/manifest.json | 25+++++++++++++++++++++++++
Afrontend/public/robots.txt | 3+++
5 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico Binary files differ. diff --git a/frontend/public/logo192.png b/frontend/public/logo192.png Binary files differ. diff --git a/frontend/public/logo512.png b/frontend/public/logo512.png Binary files differ. diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json @@ -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": "logo192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "logo512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: