From ab1dfbb8c888414e659e38817b50ecd77eb89fc7 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Wed, 16 Oct 2013 22:22:13 +0200 Subject: [enh] github ribbon added --- searx/static/img/github_ribbon.png | Bin 0 -> 7791 bytes searx/templates/index.html | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 searx/static/img/github_ribbon.png diff --git a/searx/static/img/github_ribbon.png b/searx/static/img/github_ribbon.png new file mode 100644 index 000000000..146ef8a80 Binary files /dev/null and b/searx/static/img/github_ribbon.png differ diff --git a/searx/templates/index.html b/searx/templates/index.html index 1435161ae..817f886ee 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -1,5 +1,8 @@ {% extends "base.html" %} {% block content %} + + Fork me on GitHub +

searx

-- cgit v1.2.3