summaryrefslogtreecommitdiff
path: root/web/template
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-02-28 15:17:53 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-28 15:17:53 +0100
commit3ec8e12a5116e54129f8cbcda0525df94c6a81af (patch)
tree6ee63a30c9aa5ce16efd5d409e698a85ba2a3f86 /web/template
parentfirst commit (diff)
parentadd docs and a bunch of other stuff (diff)
downloadgotosocial-3ec8e12a5116e54129f8cbcda0525df94c6a81af.tar.xz
Merge pull request #1 from gotosocial/dev
First beginnings
Diffstat (limited to 'web/template')
-rw-r--r--web/template/index.tmpl5
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>