From 493746b14c1251a45b061d2e3edd9160c929d2b9 Mon Sep 17 00:00:00 2001 From: benj Date: Fri, 10 Apr 2026 11:13:34 +0800 Subject: a basic ui and landing web interface for tidyindex.com --- web/ui/static/favicon.svg | 6 ++++++ web/ui/static/fonts/fraunces-latin.woff2 | Bin 0 -> 67304 bytes web/ui/static/fonts/inter-latin.woff2 | Bin 0 -> 48256 bytes web/ui/static/fonts/jetbrains-mono-latin.woff2 | Bin 0 -> 31432 bytes 4 files changed, 6 insertions(+) create mode 100644 web/ui/static/favicon.svg create mode 100644 web/ui/static/fonts/fraunces-latin.woff2 create mode 100644 web/ui/static/fonts/inter-latin.woff2 create mode 100644 web/ui/static/fonts/jetbrains-mono-latin.woff2 (limited to 'web/ui/static') diff --git a/web/ui/static/favicon.svg b/web/ui/static/favicon.svg new file mode 100644 index 0000000..256ac13 --- /dev/null +++ b/web/ui/static/favicon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/web/ui/static/fonts/fraunces-latin.woff2 b/web/ui/static/fonts/fraunces-latin.woff2 new file mode 100644 index 0000000..cb295bf Binary files /dev/null and b/web/ui/static/fonts/fraunces-latin.woff2 differ diff --git a/web/ui/static/fonts/inter-latin.woff2 b/web/ui/static/fonts/inter-latin.woff2 new file mode 100644 index 0000000..d15208d Binary files /dev/null and b/web/ui/static/fonts/inter-latin.woff2 differ diff --git a/web/ui/static/fonts/jetbrains-mono-latin.woff2 b/web/ui/static/fonts/jetbrains-mono-latin.woff2 new file mode 100644 index 0000000..4d09cda Binary files /dev/null and b/web/ui/static/fonts/jetbrains-mono-latin.woff2 differ -- cgit v1.2.3