ImageGrid/ui (gen4)/index.html

43 lines
766 B
HTML
Raw Normal View History

<!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>