1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
epp/client-entrance-guard/html/index.html

26 lines
854 B
HTML
Raw Normal View History

2022-11-28 15:22:56 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/zh-CN/docs/Web/HTTP/CSP -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> -->
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src *; img-src *; connect-src *;">
<title>社区疫情防控系统 - 门禁端</title>
<link rel="stylesheet" href="./index.css" />
2022-11-28 15:22:56 +08:00
</head>
<body>
<!--
FIXME 环境配置
src
- 线上环境:"https://epp.only4.work/guard/index.html?inElectron=true"
- 开发环境:"http://localhost/guard/index.html?inElectron=true"
-->
<iframe src="https://epp.only4.work/guard/index.html?inElectron=true" frameborder="0"></iframe>
<script src="./renderer.js" type="module"></script>
2022-11-28 15:22:56 +08:00
</body>
</html>