aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2021-11-15 22:53:11 -0500
committerMichael McVady <femtonaut@gmail.com>2021-11-15 22:53:11 -0500
commit4a8f1b88607975444abcefebc2b71d9ade79090b (patch)
tree26214833238c784da5880b5c946a48425171fee6 /assets
parent6e1be0ceb2a550fac244f91c18d70f0362c909cf (diff)
Render table
Diffstat (limited to 'assets')
-rw-r--r--assets/index_begin.html3
-rw-r--r--assets/index_end.html4
2 files changed, 6 insertions, 1 deletions
diff --git a/assets/index_begin.html b/assets/index_begin.html
index 6c14258..3709210 100644
--- a/assets/index_begin.html
+++ b/assets/index_begin.html
@@ -7,3 +7,6 @@
<body>
<h2>clog posts</h2>
+
+<table>
+ <tr><th>id</th><th>title</th><th>body</th></tr>
diff --git a/assets/index_end.html b/assets/index_end.html
index 308b1d0..53fb2b5 100644
--- a/assets/index_end.html
+++ b/assets/index_end.html
@@ -1,2 +1,4 @@
+</table>
+
</body>
-</html>
+</html> \ No newline at end of file