diff options
| author | jackyzha0 <[email protected]> | 2020-05-09 21:57:48 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-09 21:57:48 -0700 |
| commit | 47ff9a9cab7884024cf6595472a9fa0f04f30229 (patch) | |
| tree | 472d138fde620e3b522ffccfd8b93f9f06d94ee4 /frontend/public | |
| parent | add react setup (diff) | |
| download | ctrl-v-47ff9a9cab7884024cf6595472a9fa0f04f30229.tar.xz ctrl-v-47ff9a9cab7884024cf6595472a9fa0f04f30229.zip | |
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 |