Changeset 34927


Ignore:
Timestamp:
2021-02-27T16:00:46+13:00 (3 years ago)
Author:
davidb
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/phind-html5/trunk/src/index.html

    r34922 r34927  
    11<!DOCTYPE html>
    22<html lang="en">
    3 <head>
     3  <head>
    44    <meta charset="UTF-8">
    5     <title>Babel Setup</title>
    6 </head>
    7 <body>
    8 <script type="text/javascript" src="dist/phind.js"></script>
    9 </body>
     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>
    1012</html>
Note: See TracChangeset for help on using the changeset viewer.