canary/-/test.html
2025-08-17 02:11:51 +03:00

24 lines
810 B
HTML

<!doctype html>
<html mol_view_root>
<head>
<meta charset="utf-8" />
<title>Hyper Canary</title>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body mol_view_root>
<div mol_view_root="$hd_canary_app"></div>
<script src="web.js" charset="utf-8"></script>
<script src="/mol/build/client/client.js" charset="utf-8"></script>
<script src="web.test.js" charset="utf-8"></script>
<script>
addEventListener( 'load', ()=> setTimeout( ()=> {
const audit = document.createElement( 'script' )
audit.src = 'web.audit.js'
document.head.appendChild( audit )
}, 500 ) )
</script>
</body>
</html>