summaryrefslogtreecommitdiff
path: root/client/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/public/index.html')
-rw-r--r--client/public/index.html20
1 files changed, 20 insertions, 0 deletions
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>