* Port recent-documents fiddle to 12-x-y. * Update recent-documents tutorial. * update for review comments Co-authored-by: Ethan Arrowood <ethan.arrowood@gmail.com>
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			403 B
			
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			403 B
			
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <title>Recent Documents</title>
 | 
						|
    <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <h1>Recent Documents</h1>
 | 
						|
    <p>
 | 
						|
        Right click on the app icon to see recent documents.
 | 
						|
        You should see `recently-used.md` added to the list of recent files
 | 
						|
    </p>
 | 
						|
</body>
 | 
						|
</html>
 |