diff options
author | 2021-02-28 15:17:53 +0100 | |
---|---|---|
committer | 2021-02-28 15:17:53 +0100 | |
commit | 3ec8e12a5116e54129f8cbcda0525df94c6a81af (patch) | |
tree | 6ee63a30c9aa5ce16efd5d409e698a85ba2a3f86 /web/template | |
parent | first commit (diff) | |
parent | add docs and a bunch of other stuff (diff) | |
download | gotosocial-3ec8e12a5116e54129f8cbcda0525df94c6a81af.tar.xz |
Merge pull request #1 from gotosocial/dev
First beginnings
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/index.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/template/index.tmpl b/web/template/index.tmpl new file mode 100644 index 000000000..a1656bf72 --- /dev/null +++ b/web/template/index.tmpl @@ -0,0 +1,5 @@ +<html> + <h1> + {{ .title }} + </h1> +</html> |