| 
									
										
										
										
											2021-05-23 19:33:22 -07:00
										 |  |  | <!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'"> | 
					
						
							|  |  |  |     <meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'"> | 
					
						
							|  |  |  |     <title>Hello World!</title> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  |   <body> | 
					
						
							|  |  |  |     <h1>Hello World!</h1> | 
					
						
							| 
									
										
										
										
											2023-02-01 12:59:16 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-23 19:33:22 -07:00
										 |  |  |     <p>Hit any key with this window focused to see it captured here.</p> | 
					
						
							|  |  |  |     <div><span>Last Key Pressed: </span><span id="last-keypress"></span></div> | 
					
						
							|  |  |  |     <script src="./renderer.js"></script> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | </html> |