aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-07-16 20:14:47 -0400
committerBrian Cully <bjc@spork.org>2025-07-16 20:14:47 -0400
commitb1cabdc85ccefbd07d86be861378ba58a9e908ee (patch)
tree29ad4c8870637614bc32d6e9d861902987885c24 /index.html
parent8776d676c34b66551abfdb5bc7e85434e7ae46e7 (diff)
downloadpnit-b1cabdc85ccefbd07d86be861378ba58a9e908ee.tar.gz
pnit-b1cabdc85ccefbd07d86be861378ba58a9e908ee.zip
add table header
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
index d0da373..2d28e96 100644
--- a/index.html
+++ b/index.html
@@ -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>