14 lines
449 B
HTML
14 lines
449 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>
|
|
</body>
|
|
</html>
|