<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/demo/appml.css">
</head>
<body>
<h1>Customers</h1>
<div id="List01"></div>
<script src="/demo/appml.js"></script>
<script>
obj=new AppML("../appml/appml.php","../appml/Models/Customers.xml");
obj.run("List01");
</script>
</body>
</html>