foot.txt 513 B

123456789101112131415161718192021
  1. <div class='push'></div><!-- for sticky footer -->
  2. </div><!-- /wrapper -->
  3. <div class='footer quiet pad2 space-top1 center small'>
  4. Code coverage
  5. generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at {{datetime}}
  6. </div>
  7. </div>
  8. {{#if prettify}}
  9. <script src="{{prettify.js}}"></script>
  10. <script>
  11. window.onload = function () {
  12. if (typeof prettyPrint === 'function') {
  13. prettyPrint();
  14. }
  15. };
  16. </script>
  17. {{/if}}
  18. <script src="{{sorter.js}}"></script>
  19. </body>
  20. </html>