diff options
| author | Brian Cully <bjc@spork.org> | 2025-07-16 20:14:47 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-07-16 20:14:47 -0400 |
| commit | b1cabdc85ccefbd07d86be861378ba58a9e908ee (patch) | |
| tree | 29ad4c8870637614bc32d6e9d861902987885c24 /index.html | |
| parent | 8776d676c34b66551abfdb5bc7e85434e7ae46e7 (diff) | |
| download | pnit-b1cabdc85ccefbd07d86be861378ba58a9e908ee.tar.gz pnit-b1cabdc85ccefbd07d86be861378ba58a9e908ee.zip | |
add table header
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> |
