From c19c278b3d9da22668a19c17c48d9bc2eeb3440e Mon Sep 17 00:00:00 2001 From: Adrien Burgun Date: Fri, 1 Jul 2022 17:12:08 +0200 Subject: [PATCH] :sparkles: Basic home template --- templates/home.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/home.tmpl diff --git a/templates/home.tmpl b/templates/home.tmpl new file mode 100644 index 0000000..6736bca --- /dev/null +++ b/templates/home.tmpl @@ -0,0 +1,19 @@ +{{template "base/head" .}} +
+
+
+
+

+ {{AppName}} +

+
+
+
+ I'm done giving Github the right to painlessly break the terms of my open-source licenses. + For this reason, I'm moving from github to this instance of gitea. +
+ I'll be mirroring the projects that are already on github, but new projects will end up here instead. +
+
+
+{{template "base/footer" .}}