diff options
Diffstat (limited to 'client/public')
| -rw-r--r-- | client/public/favicon.ico | bin | 0 -> 15406 bytes | |||
| -rw-r--r-- | client/public/index.html | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/client/public/favicon.ico b/client/public/favicon.ico Binary files differnew file mode 100644 index 0000000..bc20cc7 --- /dev/null +++ b/client/public/favicon.ico diff --git a/client/public/index.html b/client/public/index.html new file mode 100644 index 0000000..d46a8cf --- /dev/null +++ b/client/public/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8" /> + <link rel="icon" href="/favicon.ico" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="description" content="A website to play Mancala!" /> + <title>Mancala MVC</title> + </head> + <body> + <div id="root"></div> + <noscript>You need to enable JavaScript to run this app.</noscript> + <script type="module" src="/_dist_/index.js"></script> + <!-- + This index.html acts as a template. The div with id "root" above is where React will render our app. + To view this page, run `npm start` in the `/client` folder. Then visit localhost:3000. + Make sure to start your backend server by following the instructions in the readme. + --> + </body> +</html> |
