diff options
| author | Ryan Mehri <[email protected]> | 2020-05-09 23:07:01 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-09 23:07:01 -0600 |
| commit | 716e0b2633f14e13930c688f49859018dd01c592 (patch) | |
| tree | d00576287ced311b9eec10dd4bb5a516fbd91124 /frontend/public | |
| parent | Merge pull request #6 from jackyzha0/backend (diff) | |
| parent | change from npm to yarn (diff) | |
| download | ctrl-v-716e0b2633f14e13930c688f49859018dd01c592.tar.xz ctrl-v-716e0b2633f14e13930c688f49859018dd01c592.zip | |
Merge pull request #7 from jackyzha0/react
add basic root page
Diffstat (limited to 'frontend/public')
| -rw-r--r-- | frontend/public/index.html | 14 | ||||
| -rw-r--r-- | frontend/public/logo192.png | bin | 5347 -> 0 bytes | |||
| -rw-r--r-- | frontend/public/logo512.png | bin | 9664 -> 0 bytes |
3 files changed, 2 insertions, 12 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index 18f4c64..1e1d637 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -2,28 +2,18 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta name="ctrl-v" content="some_description" /> - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jackyzha0/lite.css@latest/src/lite.css"> + <link href="https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Roboto+Mono&display=swap" rel="stylesheet"> <title>📋 ctrl-v</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> - <!-- - This HTML file is a template. - If you open it directly in the browser, you will see an empty page. - - You can add webfonts, meta tags, or analytics to this file. - The build step will place the bundled scripts into the <body> tag. - - To begin the development, run `npm start` or `yarn start`. - To create a production bundle, use `npm run build` or `yarn build`. - --> </body> </html> diff --git a/frontend/public/logo192.png b/frontend/public/logo192.png Binary files differdeleted file mode 100644 index fc44b0a..0000000 --- a/frontend/public/logo192.png +++ /dev/null diff --git a/frontend/public/logo512.png b/frontend/public/logo512.png Binary files differdeleted file mode 100644 index a4e47a6..0000000 --- a/frontend/public/logo512.png +++ /dev/null |