| 
									
										
										
										
											2020-11-30 09:48:39 +02:00
										 |  |  | <!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> | 
					
						
							| 
									
										
										
										
											2021-05-18 17:55:24 -07:00
										 |  |  |     <p>Drag the boxes below to somewhere in your OS (Finder/Explorer, Desktop, etc.) to copy an example markdown file.</p> | 
					
						
							|  |  |  |     <div style="border:2px solid black;border-radius:3px;padding:5px;display:inline-block" draggable="true" id="drag1">Drag me - File 1</div> | 
					
						
							|  |  |  |     <div style="border:2px solid black;border-radius:3px;padding:5px;display:inline-block" draggable="true" id="drag2">Drag me - File 2</div> | 
					
						
							| 
									
										
										
										
											2020-11-30 09:48:39 +02:00
										 |  |  |     <script src="renderer.js"></script> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |