diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-12 15:44:38 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-12 15:44:38 -0600 |
commit | d7f423861facdbf3745988a20f576bbf50d6d381 (patch) | |
tree | 5f5ff0da3c6ca286f8b7280ac7fa9fe3279bf4d7 /assets | |
parent | ff008cf17716c1b0b4394e9d0b83969e419eb844 (diff) |
Add dropped files
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index_footer.html | 1 | ||||
-rw-r--r-- | assets/index_header.html | 3 | ||||
-rw-r--r-- | assets/index_row.html | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/assets/index_footer.html b/assets/index_footer.html new file mode 100644 index 0000000..000ca4b --- /dev/null +++ b/assets/index_footer.html @@ -0,0 +1 @@ +</table> diff --git a/assets/index_header.html b/assets/index_header.html new file mode 100644 index 0000000..a768089 --- /dev/null +++ b/assets/index_header.html @@ -0,0 +1,3 @@ +<h1>clog.bunkergate.org</h1> + +<table><tr><th>title</th><th>created</th><th>updated</th></tr> diff --git a/assets/index_row.html b/assets/index_row.html new file mode 100644 index 0000000..c9b9c68 --- /dev/null +++ b/assets/index_row.html @@ -0,0 +1 @@ +<tr><td><a href="/entries/%s">%s</a></td><td>%s</td><td>%s</td></tr> |