source: gs3-extensions/phind-html5/trunk/src/index.html@ 34927

Last change on this file since 34927 was 34927, checked in by davidb, 3 years ago

Testing now appends text output to <pre> tag in page

  • Property svn:executable set to *
File size: 249 bytes
Line 
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>Phind Test Framework</title>
6 </head>
7 <body>
8 <pre id="log"></pre>
9 <script type="text/javascript" src="dist/phind.js"></script>
10
11 </body>
12</html>
Note: See TracBrowser for help on using the repository browser.