From 3dbde9fbfde6d67d5ec332b8cb651d5bdc63cf96 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Sun, 22 Mar 2026 13:42:24 +0100 Subject: [PATCH] feat(frontend): add category tiles to homepage --- internal/views/templates/index.html | 38 ++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/internal/views/templates/index.html b/internal/views/templates/index.html index c4d1d57..7a241f1 100644 --- a/internal/views/templates/index.html +++ b/internal/views/templates/index.html @@ -19,6 +19,42 @@ + + +
+ + 🌐 + All + + + πŸ–ΌοΈ + Images + + + πŸ“° + News + + + 🎬 + Videos + + + πŸ—ΊοΈ + Maps + + + πŸ›’ + Shopping + + + 🎡 + Music + + + 🌀️ + Weather + +
-{{end}} +{{end}} \ No newline at end of file