diff options
Diffstat (limited to 'templates/dashboard.tmpl')
-rw-r--r-- | templates/dashboard.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/dashboard.tmpl b/templates/dashboard.tmpl new file mode 100644 index 0000000000..b91df21e27 --- /dev/null +++ b/templates/dashboard.tmpl @@ -0,0 +1,5 @@ +{{template "base/base" .}} +{{define "head"}} <title>{{.Title}} | Gogs - Go Git Service</title>{{end}} +{{define "body"}} +Website is still in the progress of building...please come back later! +{{end}}
\ No newline at end of file |