From 9def866a3063f93b3f92b26e3bfb53684919c977 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 7 Jul 2021 06:29:23 +0300 Subject: [PATCH] web: add simple topics viewer --- clover/www/index.html | 1 + clover/www/js/topics.js | 67 +++++++++++++++++++++++++++++++++++++++++ clover/www/topics.html | 26 ++++++++++++++++ 3 files changed, 94 insertions(+) create mode 100644 clover/www/js/topics.js create mode 100644 clover/www/topics.html diff --git a/clover/www/index.html b/clover/www/index.html index f5f9214f..b6faa6b0 100644 --- a/clover/www/index.html +++ b/clover/www/index.html @@ -4,6 +4,7 @@