]>
Commit | Line | Data |
---|---|---|
1 | <!doctype html> | |
2 | <html> | |
3 | <head> | |
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
5 | <meta charset="utf-8"> | |
6 | <meta name="author" content="Rubén Beltrán del Río"> | |
7 | <meta name="description" content="❤️ - draw with the power of your heart"> | |
8 | ||
9 | <title>❤️</title> | |
10 | ||
11 | <link href="/css/app.css" rel="stylesheet"> | |
12 | ||
13 | <script src="/js/lib/heart_renderer.js"></script> | |
14 | ||
15 | <script src="/js/app.js"></script> | |
16 | </head> | |
17 | <body> | |
18 | <div id="heart-app-entry-point"></div> | |
19 | </body> | |
20 | </html> |