aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: cb2702ac4c647bb4466714518035935c04c5d687 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <title>Yoga</title>
    <meta charset="utf-8">
    <link rel="stylesheet" href="main.css">
  </head>
  <body>
    <script src="main.js"></script>
  </body>
</html>