mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-11-04 05:10:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			766 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			766 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
 | 
						|
<link rel="stylesheet" href="css/layout.css">
 | 
						|
<link rel="stylesheet" href="css/editor.css">
 | 
						|
 | 
						|
 | 
						|
<script src="ext-lib/jquery.js"></script>
 | 
						|
<script src="ext-lib/jquery-ui.js"></script>
 | 
						|
 | 
						|
<script src="lib/jli.js"></script>
 | 
						|
 | 
						|
<!--script>
 | 
						|
require('nw.gui').Window.get().showDevTools()
 | 
						|
</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">
 | 
						|
 | 
						|
	<div class="ribbon-set"></div>
 | 
						|
 | 
						|
 | 
						|
	<!-- XXX should these be here???
 | 
						|
	<div class="overlay-block">
 | 
						|
		<div class="background"></div>
 | 
						|
		<div class="content"></div>
 | 
						|
	</div>
 | 
						|
	-->
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
 | 
						|
<!-- vim:set ts=4 sw=4 spell : -->
 | 
						|
</body>
 | 
						|
</html>
 |