diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6eeb7e3 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <meta name="description" content="A sumo game"> + + <title>Sumo</title> + + <script src="/assets/bundle.js"></script> + + <link href="/css/style.css" rel="stylesheet"> + </head> + <body> + <div id="sumo-app-entry-point"> + </div> + </body> +</html> |