[门禁端] 创建项目
This commit is contained in:
		
							
								
								
									
										19
									
								
								client-entrance-guard/html/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								client-entrance-guard/html/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
 | 
			
		||||
    <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
 | 
			
		||||
    <title>Hello World!</title>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
    <h1>Hello World!</h1>
 | 
			
		||||
    We are using Node.js <span id="node-version"></span>,
 | 
			
		||||
    Chromium <span id="chrome-version"></span>,
 | 
			
		||||
    and Electron <span id="electron-version"></span>.
 | 
			
		||||
    <script src="./renderer.js"></script>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										1
									
								
								client-entrance-guard/html/renderer.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								client-entrance-guard/html/renderer.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
// alert('111');
 | 
			
		||||
		Reference in New Issue
	
	Block a user