summaryrefslogtreecommitdiff
path: root/www/index.htm
blob: 9ba71327f9b01cab2bc06ce36935346d902b1288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
  <head>
    <link href="s.css" type="text/css"/>
  </head>
  <body>
    <div id="container">

    </div>

    <script src="app.js"></script>
  </body>
</html>