diff options
| author | Ben Beltran <ben@nsovocal.com> | 2018-07-31 21:30:16 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2018-07-31 21:30:16 -0500 |
| commit | b006b62b6d8de603bde0fa416a818608e3ed5574 (patch) | |
| tree | 9cc1617b50700180cc548bb92222e6442ded7f86 /index.html | |
| parent | 440966c18cc6546ef7975049967c57bbb118fd2a (diff) | |
Dump codepen to a static site
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..d56fdc9 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <meta name="description" content="A drawing of a flower"> + + <title>πΉπΈπΊππΌπ»π·</title> + + <script src="/vendor/gl-matrix-min.js"></script> + <script src="/vendor/tinycolor.min.js"></script> + <script src="/lib/flower.js"></script> + + <link href="/css/style.css" rel="stylesheet"> + </head> + <body> + <div id="container"> + <canvas id="entrypoint"></canvas> + </div> + </body> +</html> |