packages feed

debug-0.1.1: html/debug.html

<!DOCTYPE HTML>
<html>
    <head>
        <title>Debug</title>
        <script src="../trace.js"></script>
        <script src="debug.js"></script>
        <link rel="stylesheet" href="debug.css"/>
</style>
    </head>
    <body>
        <script>
         var app = Elm.Main.fullscreen(trace);
        </script>
    </body>
</html>