UNPKG

webdash-readme-preview

Version:
28 lines (24 loc) 559 B
<!doctype html> <html> <head> <meta charset="utf-8"> <script> WCT = <%= JSON.stringify(clientOptions) %>; </script> <script> window.__generatedByWct = true; </script> <script src="../<%= browserScript %>"></script> <% extraScripts.forEach(function(script) { %> <script src="<%- script %>"></script> <% }); %> <% if (typeof npm === 'undefined' || !npm) { %> <script src="../<%= a11ySuiteScript %>"></script> <% } %> </head> <body> <script> WCT.loadSuites(<%= JSON.stringify(suites) %>); </script> </body> </html>