diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-04-18 00:11:55 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-04-18 00:11:55 -0500 |
commit | 8693060de8cbc46baf25599e3de5e3eb4ca35fe4 (patch) | |
tree | bb41b98c00e07c3efb8f8ef2af346fa8bb89124a | |
parent | d21153016a677d98bd6e812d4728bbc5a4023d86 (diff) |
Add basic H1 header to index.handlebars.
-rw-r--r-- | views/index.handlebars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/index.handlebars b/views/index.handlebars index e69de29..4046d99 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -0,0 +1 @@ +<h1>Members</h1> |