From 30dc897fb915977a94eb3f4947a7111d863c243b Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sat, 9 May 2020 20:40:01 -0700 Subject: add react setup --- frontend/public/index.html | 29 +++++++++++++++++++++++++++++ frontend/public/logo192.png | Bin 0 -> 5347 bytes frontend/public/logo512.png | Bin 0 -> 9664 bytes 3 files changed, 29 insertions(+) create mode 100644 frontend/public/index.html create mode 100644 frontend/public/logo192.png create mode 100644 frontend/public/logo512.png (limited to 'frontend/public') diff --git a/frontend/public/index.html b/frontend/public/index.html new file mode 100644 index 0000000..18f4c64 --- /dev/null +++ b/frontend/public/index.html @@ -0,0 +1,29 @@ + + + + + + + + + + 📋 ctrl-v + + + +
+ + + diff --git a/frontend/public/logo192.png b/frontend/public/logo192.png new file mode 100644 index 0000000..fc44b0a Binary files /dev/null and b/frontend/public/logo192.png differ diff --git a/frontend/public/logo512.png b/frontend/public/logo512.png new file mode 100644 index 0000000..a4e47a6 Binary files /dev/null and b/frontend/public/logo512.png differ -- cgit v1.2.3