UNPKG

@plugjs/cov8-html

Version:

Single-page-app to browse Cov8 reports

15 lines (14 loc) 296 B
<!DOCTYPE html> <html lang="en"> <head> <title>Coverage Report</title> <script> window.Prism = window.Prism || {}; window.Prism.manual = true; </script> </head> <body> <div id="app"></div> <script type="module" src="/src/main.ts"></script> </body> </html>