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