aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRubén Beltrán del Río <ben@nsovocal.com>2018-04-20 16:41:25 -0500
committerGitHub <noreply@github.com>2018-04-20 16:41:25 -0500
commit11be5ebabcdab8272d938f7b90ef0ea9be29a421 (patch)
treeb8ee06be115b2bbc1a74185711c96ba334bfdab4 /index.html
parent0ac89474ea22e706eb54c6ed4630a3337d438876 (diff)
Initial Project Setup (#2)
* 🔧 Add initial package.json * 🔧 Add eslint config * 🔧 Add assets target dir to gitignore * 🔧 Add webpack config * Add a contributing guide * Add the wrapper application * Add autogenerated docs * Add travis config * Add changelog
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
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>