<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Harn app sandbox</title>
<style>
__HARN_APP_STYLE__
</style>
</head>
<body>
<iframe
id="view"
title="Harn app content"
sandbox="allow-scripts allow-downloads"
></iframe>
<script>
__HARN_APP_SCRIPT__;
</script>
</body>
</html>