* remove version info from index.html page * remove nodeIntegration * format code and update readme * add note to user in index.html
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			326 B
			
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			326 B
			
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <title>Hello World!</title>
 | 
						|
    <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <h1>Hello World!</h1>
 | 
						|
    <p>After launching this application, you should see the system notification.</p>
 | 
						|
</body>
 | 
						|
</html>
 |