<!DOCTYPE HTML>
<html>
    <head>
        <title>ox.js form demo</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <link rel="stylesheet" type="text/css" href="css/form.css"/>
        <script type="text/javascript" src="../../build/Ox.js"></script>
        <script type="text/javascript" src="js/form.js"></script>
        <!--<script>
            $(function() {
                new Ox.Button({title: "close", type: "image"}).appendTo($("body"));
                new Ox.Button({title: "remove", type: "image"}).appendTo($("body"));
                new Ox.Button({title: "add", type: "image"}).appendTo($("body"));
            });
        </script>-->
    </head>
    <body></body>
</html>