diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -26,6 +26,15 @@ <button id='csv-download'>download</button> <table id='pnit-results'> + <thead> + <tr> + <th>sequence 1</th> + <th>sequence 2</th> + <th>identity</th> + </tr> + </thead> + <tbody> + </tbody> </table> </x-pnit-form> |
