src_js/iconolab-bundle/index.html
author ymh <ymh.work@gmail.com>
Fri, 20 Jan 2017 16:46:41 +0100
changeset 299 fb07469bfb55
parent 146 f912b591e1c1
child 312 44ecdd5a52d4
permissions -rw-r--r--
correct js compilation

<!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/iconolab.js"></script>
  </body>
</html>