summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2017-05-12 16:47:45 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2017-05-12 16:47:45 -0700
commitde9ae8b949d2f3d111427923a1838cba0a503b61 (patch)
tree7655cff507c0d8f457181f4d9309551bf45f621b
parent8a27f99412b4d2f73933bfe42c515d59436f28a1 (diff)
Add HTML template
-rw-r--r--public/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..8af5ac7
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>App</title>
+ </head>
+ <body>
+ <div id="root"></div>
+ </body>
+</html>