You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							22 lines
						
					
					
						
							846 B
						
					
					
				
			
		
		
	
	
							22 lines
						
					
					
						
							846 B
						
					
					
				<!DOCTYPE html> | 
						|
<html lang="en"> | 
						|
  <head> | 
						|
    <meta charset="utf-8" /> | 
						|
    <title>React-Epub-Viewer Demo</title> | 
						|
		<meta | 
						|
			name="description" | 
						|
			content="React-Epub-Viewer Demo Page" | 
						|
		/> | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1" /> | 
						|
		<meta name="theme-color" content="#000000" /> | 
						|
		<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | 
						|
    <link rel="icon" sizes="24x24" href="%PUBLIC_URL%/favicons/favicon_24x24.png" /> | 
						|
		<link rel="icon" sizes="48x48" href="%PUBLIC_URL%/favicons/favicon_48x48.png" /> | 
						|
		<link rel="icon" sizes="96x96" href="%PUBLIC_URL%/favicons/favicon_96x96.png" /> | 
						|
		<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicons/favicon_96x96.png" /> | 
						|
    <link rel="stylesheet" type="text/css" href="%PUBLIC_URL%/css/global.css"> | 
						|
  </head> | 
						|
  <body> | 
						|
    <div id="root"></div> | 
						|
  </body> | 
						|
</html>
 | 
						|
 |