Load page into div AppML
This script allows to display html page into div element. You have to remember setting Internet privilege for external scripts and data.
<!DOCTYPE html>
<html lang="en-US">
<title>Customers</title>
<link rel="stylesheet" href="style.css">
<script src="http://www.w3schools.com/appml/2.0.3/appml.js"></script>
<body>
<div appml-include-html="site_url.html"></div>
</body>
</html>