Fix list selector on load
[Hacks.git] / index.html
1 <!DOCTYPE html>
2 <!-- Copyright 2011 The Dominion of Awesome
3      See COPYING for license information -->
4 <html>
5 <head>
6 <title>Hacks!</title>
7 <script src="/Program%20Files%20(x86)/HP%20webOS/SDK/share/refcode/webos-framework/enyo/1.0/framework/enyo.js" type="text/javascript"></script>
8 </head>
9 <body>
10 <script type="text/javascript">
11 var munch = enyo.create({kind: "Main"}).renderInto(document.body);
12 </script>
13 </body>
14 </html>