From 4fb46cd35fcd929136ae44e4f31f489c361b5282 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 7 Dec 2020 03:00:25 +0100 Subject: Added static files, rebuild on save, new style sheet --- static/img/favicon.png | Bin 0 -> 1395 bytes static/img/git.png | Bin 0 -> 2383 bytes static/img/github.png | Bin 0 -> 21239 bytes static/img/rss.png | Bin 0 -> 16636 bytes static/img/searx.png | Bin 0 -> 67013 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 static/img/favicon.png create mode 100644 static/img/git.png create mode 100644 static/img/github.png create mode 100644 static/img/rss.png create mode 100644 static/img/searx.png (limited to 'static/img') diff --git a/static/img/favicon.png b/static/img/favicon.png new file mode 100644 index 0000000..e26ffe9 Binary files /dev/null and b/static/img/favicon.png differ diff --git a/static/img/git.png b/static/img/git.png new file mode 100644 index 0000000..51f4ae5 Binary files /dev/null and b/static/img/git.png differ diff --git a/static/img/github.png b/static/img/github.png new file mode 100644 index 0000000..95d0fe9 Binary files /dev/null and b/static/img/github.png differ diff --git a/static/img/rss.png b/static/img/rss.png new file mode 100644 index 0000000..94d08fa Binary files /dev/null and b/static/img/rss.png differ diff --git a/static/img/searx.png b/static/img/searx.png new file mode 100644 index 0000000..87b13c0 Binary files /dev/null and b/static/img/searx.png differ -- cgit