26 lines
		
	
	
		
			857 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			857 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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" />
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <!--
 | 
						|
        FIXME 环境配置
 | 
						|
 | 
						|
        src
 | 
						|
        - 线上环境:"https://epp.only4.work/access/index.html?inElectron=true"
 | 
						|
        - 开发环境:"http://localhost/access/index.html?inElectron=true"
 | 
						|
    -->
 | 
						|
    <iframe src="https://epp.only4.work/access/index.html?inElectron=true" frameborder="0"></iframe>
 | 
						|
    <script src="./renderer.js" type="module"></script>
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |