aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: f1bb196ff77e9310fe7e5c8449a493333aab6167 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
  <head>
    <title>Sucre</title>
    <link rel="stylesheet" href="main.css">
  </head>
  <body>
    <script src="main.js"></script>
  </body>
</html>