forked from kiwix/kiwix-tools
				
			
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							497 B
						
					
					
				
			
		
		
	
	
							21 lines
						
					
					
						
							497 B
						
					
					
				| <html>
 | |
| <head>
 | |
|   <meta charset="UTF-8" />
 | |
|   <title>Welcome to Kiwix Server</title>
 | |
|   <link type="text/css" href="/skin/jqueryui/css/smoothness/jquery-ui.custom.css" rel="Stylesheet" />
 | |
|   <script type="text/javascript" src="/skin/jqueryui/js/jquery.min.js"></script>
 | |
|   <script type="text/javascript" src="/skin/jqueryui/js/jquery-ui.custom.min.js"></script>
 | |
| <script>
 | |
| $(function() {
 | |
| $( "#accordion" ).accordion();
 | |
| });
 | |
| </script>
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <div id="accordion">
 | |
|   __BOOKS__
 | |
| </div>
 | |
| </body>
 | |
| </html>
 |