diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-22 13:56:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-22 13:57:33 +0700 |
| commit | dcf27b411a29f29a0afff161fec8e0364e1cce2c (patch) | |
| tree | ae57e81acf51751677a7b8b879c92f03d599ef7c | |
| parent | fa4cc3a2ae6fa63bfbd8b005e4048dacc222dcc1 (diff) | |
| download | lilin-dcf27b411a29f29a0afff161fec8e0364e1cce2c.tar.xz | |
all: add footer to web pages
The footer contains information about the program.
| -rw-r--r-- | _www/index.tmpl | 10 |
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> <!-- |
