diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:49:23 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:49:23 -0600 |
| commit | fff45e3b9d371851d4e8c3e1655a5bf1509080f2 (patch) | |
| tree | 418234d8e6ddd394794639da197d14399fd841ed /index.html | |
| parent | e8f6a707779aa341582b87c2a5ed345c7dd9069d (diff) | |
| parent | f28c4a44ce8403ea5eba9d49d3d46b7b8dae1d42 (diff) | |
Merge branch 'feature/draw-the-heart' into develop
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..cf7fa03 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ +<!doctype html> +<html> + <head> + <title>❤️</title> + + <link href="/css/app.css" rel="stylesheet"> + + <script src="/js/lib/heart_renderer.js"></script> + + <script src="/js/app.js"></script> + </head> + <body> + <div id="heart-app-entry-point"></div> + </body> +</html> |