github.com/vlifesystems/rulehunter@v0.0.0-20180501090014-673078aa4a83/html/bootstrapjs_html.go (about) 1 // Copyright (C) 2016-2017 vLife Systems Ltd <http://vlifesystems.com> 2 // Licensed under an MIT licence. Please see LICENSE.md for details. 3 4 package html 5 6 const bootstrapJSHtml = ` 7 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> 8 <script src="js/jquery.min.js"></script> 9 <!-- Include all compiled plugins (below), or include individual files as needed --> 10 <script src="js/bootstrap.min.js"></script>`