diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-09 23:41:37 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-09 23:41:37 -0600 |
| commit | 910278aad4a0b47dc40112839a18bc8e590302e5 (patch) | |
| tree | 34a44a1128f1e9d1480f00049b1f7e32aa83bb7e /index.html | |
| parent | aef6eff607f97150506522b8f8df89ac1ab2f72c (diff) | |
Add basic animator project
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> |