hn-hlw-pc/index.html
2026-07-27 11:32:24 +08:00

24 lines
932 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0,viewport-fit=cover" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="yes" name="apple-touch-fullscreen" />
<!-- 安全策略:防止点击劫持攻击 -->
<!-- <meta http-equiv="Content-Security-Policy" content="frame-ancestors 'self'"> -->
<!-- <script src="//res.wx.qq.com/open/js/jweixin-1.2.0.js" referrerpolicy="origin"></script> -->
<!-- <script src="//open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js" referrerpolicy="origin"></script> -->
<!-- 阿里音视频 MRTC Web SDK全局 MeetingController + CameraStreamController -->
<title>海宁互联网医院</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>