src_js/iconolab-bundle/index.html
author durandn
Thu, 06 Oct 2016 15:09:18 +0200
changeset 213 43aa7c589048
parent 146 f912b591e1c1
child 299 fb07469bfb55
permissions -rw-r--r--
Work on pagination: collection_home mostly, a few touches on item_detail and detail_annotations #39

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>iconolab-bundle</title>
  </head>
  <body>
    	<div id="AppContainer">
    		<cutout></cutout>
			<typeahead></typeahead>    		
    	</div>
    <script src="dist/build.js"></script>
  </body>
</html>