github.com/vlifesystems/rulehunter@v0.0.0-20180501090014-673078aa4a83/html/footer_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 footerHtml = ` 7 <div class="pull-right"> 8 <a href="http://rulehunter.com">Rulehunter</a> © <a href="http://vlifesystems.com">vLife Systems Ltd</a> 9 </div>`