1

Adding tags for script and style inclusion

This commit is contained in:
Alex Yatskov 2014-09-30 16:13:35 +09:00
parent 57a06b830b
commit 4aa0d2867b

View File

@ -3,6 +3,8 @@
<head> <head>
<title>Reactive Search</title> <title>Reactive Search</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- inject:css -->
<!-- endinject -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap-theme.min.css"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="bower_components/bootstrap-select/dist/css/bootstrap-select.min.css"> <link rel="stylesheet" href="bower_components/bootstrap-select/dist/css/bootstrap-select.min.css">
@ -160,7 +162,7 @@
</div> </div>
</div> </div>
</div> </div>
<!-- inject:js -->
<script src="dist/all.min.js"></script> <!-- endinject -->
</body> </body>
</html> </html>