diff options
author | Beat Hagenlocher | 2024-06-30 22:47:37 +0200 |
---|---|---|
committer | Beat Hagenlocher | 2024-06-30 22:47:37 +0200 |
commit | 29a54f1f753ebe55fdffaec3965b0acf4c04ae3b (patch) | |
tree | 4e44cbab24d64ff8628abf4098d0ecbf8455e00f /template.html.p | |
parent | a4ba0549ff5a9ad303d89c4fcb86db20e5eb7b2f (diff) |
Add badges, adjust style
Diffstat (limited to 'template.html.p')
-rw-r--r-- | template.html.p | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template.html.p b/template.html.p index 95dca26..58f7bcf 100644 --- a/template.html.p +++ b/template.html.p @@ -44,10 +44,13 @@ <div class="flex flex-wrap justify-center items-center gap-4 sm:gap-6 md:gap-8 text-sm text-zinc-400"> <div class="flex flex-wrap gap-x-2 justify-center"> <p class=""> - © 2024 + Made with + </p> + <p class=""> + ❤️ </p> <p class="whitespace-nowrap"> - Functional Coders Tübingen + by Functional Coders Tübingen </p> </div> ◊; <div class="flex gap-4 sm:gap-6 md:gap-8"> |