 3e2ec0e2ce
			
		
	
	
	
	
	3e2ec0e2ce* Update represented-file fiddle. * add index and code back to guide Co-authored-by: Ethan Arrowood <ethan.arrowood@gmail.com>
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			487 B
			
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			487 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';" />
 | |
|     <link rel="stylesheet" type="text/css" href="./styles.css">
 | |
| </head>
 | |
| <body>
 | |
|     <h1>Hello World!</h1>
 | |
|     <p>
 | |
|       Click on the title with the <pre>Command</pre> or <pre>Control</pre> key pressed.
 | |
|       You should see a popup with the represented file at the top.
 | |
|     </p>
 | |
|   </body>
 | |
| </body>
 | |
| </html>
 |