mirror of https://github.com/searxng/searxng.git
[enh] github ribbon added
This commit is contained in:
parent
6bddaf5702
commit
ab1dfbb8c8
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
|
@ -1,5 +1,8 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% 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">
|
<div class="center">
|
||||||
<h1>searx</h1>
|
<h1>searx</h1>
|
||||||
<form method="post" action="">
|
<form method="post" action="">
|
||||||
|
|
Loading…
Reference in New Issue