diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 18:09:17 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 19:28:53 +0700 |
| commit | def8f703c311acedc77310557f3363eee2de7957 (patch) | |
| tree | b7d4338cea1c90b43c8e77baa98bb85b81ba0870 /_www/admin.tmpl | |
| parent | 3245b00f0246f7f2f0afd8635cfd3ff9bf2cf584 (diff) | |
| download | kamusku-def8f703c311acedc77310557f3363eee2de7957.tar.xz | |
all: re-license the project to GPL-3.0 or later
For the reason why we choose GPL v3 see
https://kilabit.info/journal/2022/gpl/.
While at it, we make the project comply with REUSE Specification
version 3.0.
Diffstat (limited to '_www/admin.tmpl')
| -rw-r--r-- | _www/admin.tmpl | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/_www/admin.tmpl b/_www/admin.tmpl index a275053..02f6ffc 100644 --- a/_www/admin.tmpl +++ b/_www/admin.tmpl @@ -1,15 +1,19 @@ +<!-- +SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> +SPDX-License-Identifier: GPL-3.0-or-later +--> + <!DOCTYPE html lang="id"> <html> -<head> - <title>Project KBBI - Admin</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> +<head> + <title>Project KBBI - Admin</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> -<body> -<h2>Tembolok kamus</h2> - - +<body> + <h2>Tembolok kamus</h2> </body> + </html> |
