12 lines
		
	
	
		
			152 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			152 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
 | 
						|
<head>
 | 
						|
    <title>My Readings</title>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <h1>My Readings</h1>
 | 
						|
    <table id="table">
 | 
						|
        {{}}
 | 
						|
    </table>
 | 
						|
</body> |