loop.html 467 Bytes
<html>
	<head>
		<title>ARCS engine</title>
		<script data-base-url="../.." 
                data-arcsapp="arcsapp.json" 
                type="module"
                src="../../build/arcs_browser.js">
        </script>
	</head>
	<body>
		<h1>ARCS in Web Browser</h1>
                <div style="height:100px; overflow: auto; border: solid 1px navy;">
                    <p id="output" style="margin: 5px; padding: 5px;"></p>
                <div>
	</body>
</html>