* Update the macos Dock Instructions * Remove preload and ;'s * Mixed ;s * Update dock doc * Add informational text to index.html
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			310 B
			
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			310 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>Right click the dock icon to see the custom menu options.</p>
 | 
						|
</body>
 | 
						|
</html>
 |