diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-16 22:22:13 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-16 22:22:13 +0200 |
| commit | ab1dfbb8c888414e659e38817b50ecd77eb89fc7 (patch) | |
| tree | 68c18af91d1d925149a95b476c28c39e63abc1d7 /searx | |
| parent | 6bddaf57022dea1783cd08c4d18e6744d1048bea (diff) | |
[enh] github ribbon added
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/static/img/github_ribbon.png | bin | 0 -> 7791 bytes | |||
| -rw-r--r-- | searx/templates/index.html | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/searx/static/img/github_ribbon.png b/searx/static/img/github_ribbon.png Binary files differnew file mode 100644 index 000000000..146ef8a80 --- /dev/null +++ b/searx/static/img/github_ribbon.png 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 %} +<a href="https://github.com/asciimoo/searx" class="github"> + <img style="position: absolute; top: 0; right: 0; border: 0;" src="/static/img/github_ribbon.png" alt="Fork me on GitHub" class="github"/> +</a> <div class="center"> <h1>searx</h1> <form method="post" action=""> |