| 
									
										
										
										
											2022-10-09 13:37:02 +00:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  |     <head> | 
					
						
							|  |  |  |         <meta charset="UTF-8"> | 
					
						
							|  |  |  |         <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 
					
						
							|  |  |  |         <meta http-equiv="X-UA-Compatible" content="ie=edge"> | 
					
						
							|  |  |  |         <link rel="shortcut icon" type="image/x-icon" href="img/fav.ico"> | 
					
						
							|  |  |  |         <title>Book Cover</title> | 
					
						
							|  |  |  |         <link rel="stylesheet" href="css/custom.css"> | 
					
						
							|  |  |  |     </head> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <body> | 
					
						
							|  |  |  |         <section class="cover"> | 
					
						
							|  |  |  |             <div class="display"> | 
					
						
							|  |  |  |                 <div class="front"> | 
					
						
							|  |  |  |                     <div class="thumbnail"> | 
					
						
							|  |  |  |                         <div class="content"> | 
					
						
							|  |  |  |                             <div class="header"> | 
					
						
							| 
									
										
										
										
											2023-01-18 18:47:35 +00:00
										 |  |  |                                 <img class="logoImage" src="../../img/logo256_white.png" /> | 
					
						
							| 
									
										
										
										
											2022-10-09 14:12:25 +00:00
										 |  |  |                                 <p class="subtitle">User Manual</p> | 
					
						
							| 
									
										
										
										
											2022-10-09 13:37:02 +00:00
										 |  |  |                             </div> | 
					
						
							|  |  |  |                             <div class="footer"> | 
					
						
							|  |  |  |                                 <div class="author"> | 
					
						
							|  |  |  |                                     <p>Version 1.3.0</p> | 
					
						
							|  |  |  |                                 </div> | 
					
						
							| 
									
										
										
										
											2023-01-01 15:18:15 +00:00
										 |  |  |                                 <p>Designed and published by Bob Mottram © 2022-2023 , UK</p> | 
					
						
							| 
									
										
										
										
											2022-10-09 13:37:02 +00:00
										 |  |  |                             </div> | 
					
						
							|  |  |  |                         </div> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </section> | 
					
						
							|  |  |  |     </body> | 
					
						
							|  |  |  |     <script defer src="all.js" integrity="sha384-ImVoB8Er8knetgQakxuBS4G3RSkyD8IZVVQCAnmRJrDwqJFYUE4YOv+DbIofcO9C" | 
					
						
							|  |  |  |             crossorigin="anonymous"></script> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> |