diff options
| author | jackyzha0 <[email protected]> | 2020-05-09 20:40:01 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-09 20:40:01 -0700 |
| commit | 30dc897fb915977a94eb3f4947a7111d863c243b (patch) | |
| tree | d6d82a8aa1c9e1bf14ca0f25781eba45e671916d /frontend/public/index.html | |
| parent | Merge pull request #4 from jackyzha0/folder-refactor (diff) | |
| download | ctrl-v-30dc897fb915977a94eb3f4947a7111d863c243b.tar.xz ctrl-v-30dc897fb915977a94eb3f4947a7111d863c243b.zip | |
add react setup
Diffstat (limited to 'frontend/public/index.html')
| -rw-r--r-- | frontend/public/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<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" /> + <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> |