mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 11:20:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			78 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| 
 | |
| <meta name="msapplication-tap-highlight" content="no" />
 | |
| 
 | |
| <link rel="stylesheet" href="css/fonts.css">
 | |
| <link rel="stylesheet" href="css/layout.css">
 | |
| <link rel="stylesheet" href="css/editor.css">
 | |
| <link rel="stylesheet" href="css/widget/browse.css">
 | |
| <link rel="stylesheet" href="css/widget/overlay.css">
 | |
| <link rel="stylesheet" href="css/widget/drawer.css">
 | |
| 
 | |
| <link rel="stylesheet" href="css/loader.css">
 | |
| 
 | |
| <link rel="stylesheet" href="css/experimenting.css">
 | |
| 
 | |
| 
 | |
| <script>
 | |
| if(window.require && window.nw){
 | |
| 	window.__devtools_failsafe = setTimeout(function(){
 | |
| 		nw.Window.get().showDevTools()
 | |
| 	}, 5000)
 | |
| }
 | |
| </script>
 | |
| 
 | |
| 
 | |
| <!-- jQuery -->
 | |
| <script src="ext-lib/jquery.js"></script>
 | |
| <script src="ext-lib/jquery-ui.js"></script>
 | |
| <script src="ext-lib/jquery.ui.touch-punch.min.js"></script>
 | |
| 
 | |
| <!-- velocity.js -->
 | |
| <script src="ext-lib/velocity.min.js"></script>
 | |
| 
 | |
| <!-- hammer.js -->
 | |
| <script src="ext-lib/hammer.min.js"></script>
 | |
| <script src="ext-lib/jquery.hammer.js"></script>
 | |
| 
 | |
| 
 | |
| <script src="lib/jli.js"></script>
 | |
| 
 | |
| <script data-main="ui" src="ext-lib/require.js"></script>
 | |
| 
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <!-- for viewer structure doc see: ribbons.js... -->
 | |
| 
 | |
| <!--div class="viewer gray marks-visible" empty-help="Press 'O' to load, 'F1' for help or '?' for keyboard mappings."-->
 | |
| 
 | |
| 	<!--div class="ribbon-set"-->
 | |
| 		<!-- DEBUG: remove when not needed... -->
 | |
| 		<!--div class="point" title="current origin point"> </div-->
 | |
| 		<!-- DEBUG: end -->
 | |
| 	<!--/div-->
 | |
| 
 | |
| 
 | |
| 	<!-- XXX should these be here???
 | |
| 	<div class="overlay-block">
 | |
| 		<div class="background"></div>
 | |
| 		<div class="content"></div>
 | |
| 	</div>
 | |
| 	-->
 | |
| 
 | |
| 	<!-- DEBUG: remove when not needed... -->
 | |
| 	<!--div class="container-center"> </div-->
 | |
| 	<!-- DEBUG: end -->
 | |
| 
 | |
| <!--/div-->
 | |
| 
 | |
| <div class="viewer gray marks-visible"></div>
 | |
| 
 | |
| 
 | |
| <!-- vim:set ts=4 sw=4 spell : -->
 | |
| </body>
 | |
| </html>
 |