summaryrefslogtreecommitdiff
path: root/searx/templates/default/github_ribbon.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-06-10 01:18:37 +0200
committerAdam Tauber <asciimoo@gmail.com>2014-06-10 01:18:37 +0200
commit7369fbd54c7a4441065490d2940e6de129cb1b98 (patch)
tree9a111cc283b644de9f9df306c531644e8421e283 /searx/templates/default/github_ribbon.html
parent3386e21cdf30bf0accb84e2dcc4dea0076af1b90 (diff)
parent08eaffe245303818069df3332eece11f41a0bd8e (diff)
Merge pull request #70 from matejc/theming_support
add multi theming support
Diffstat (limited to 'searx/templates/default/github_ribbon.html')
-rw-r--r--searx/templates/default/github_ribbon.html3
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>