diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-05-12 16:47:45 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-05-12 16:47:45 -0700 |
commit | de9ae8b949d2f3d111427923a1838cba0a503b61 (patch) | |
tree | 7655cff507c0d8f457181f4d9309551bf45f621b /public | |
parent | 8a27f99412b4d2f73933bfe42c515d59436f28a1 (diff) |
Add HTML template
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 11 |
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> |