diff options
author | Matej Cotman <cotman.matej@gmail.com> | 2014-04-24 23:46:40 +0000 |
---|---|---|
committer | Matej Cotman <cotman.matej@gmail.com> | 2014-06-05 13:18:22 +0200 |
commit | 08eaffe245303818069df3332eece11f41a0bd8e (patch) | |
tree | 9a111cc283b644de9f9df306c531644e8421e283 /searx/templates/default/github_ribbon.html | |
parent | 3386e21cdf30bf0accb84e2dcc4dea0076af1b90 (diff) | |
download | searxng-08eaffe245303818069df3332eece11f41a0bd8e.tar.gz searxng-08eaffe245303818069df3332eece11f41a0bd8e.zip |
add multi theming support
Diffstat (limited to 'searx/templates/default/github_ribbon.html')
-rw-r--r-- | searx/templates/default/github_ribbon.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/templates/default/github_ribbon.html b/searx/templates/default/github_ribbon.html new file mode 100644 index 000000000..bdd9cf180 --- /dev/null +++ b/searx/templates/default/github_ribbon.html @@ -0,0 +1,3 @@ +<a href="https://github.com/asciimoo/searx" class="github"> + <img style="position: absolute; top: 0; right: 0; border: 0;" src="{{ url_for('static', filename='img/github_ribbon.png') }}" alt="Fork me on GitHub" class="github"/> +</a> |