24 lines
932 B
HTML
24 lines
932 B
HTML
<!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>
|