aboutsummaryrefslogtreecommitdiff
path: root/_www/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '_www/index.tmpl')
-rw-r--r--_www/index.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/_www/index.tmpl b/_www/index.tmpl
index 9df65a1..6632569 100644
--- a/_www/index.tmpl
+++ b/_www/index.tmpl
@@ -40,6 +40,12 @@
.service .error {
flex: 1 1;
}
+ .footer {
+ border-top: 1px solid silver;
+ color: gray;
+ margin-top: 2em;
+ padding: 1em 0;
+ }
</style>
<body>
<h1>{{.Title}}</h1>
@@ -81,6 +87,10 @@
</div>
{{ end }}
</div>
+
+ <div class="footer">
+ Powered by <a href="https://kilabit.info/project/lilin/" target="_blank">lilin</a>
+ </div>
</body>
</html>
<!--