aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: a27e5d7238ed6827f32c357f62e029c535371eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta charset="utf-8">
    <meta name="author" content="Rubén Beltrán del Río">
    <meta name="description" content="❤️  - draw with the power of your heart">

    <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>