mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Complete initial branding work
This commit is contained in:
parent
b3b8d8e60e
commit
790414bced
15 changed files with 559 additions and 54 deletions
|
|
@ -1,8 +1,9 @@
|
|||
<form id="search" method="{{ method or 'POST' }}" action="{{ url_for('search') }}" role="search">
|
||||
<div id="search_header">
|
||||
<a id="search_logo" href="{{ url_for('index') }}" tabindex="0" title="{{ _('Display the front page') }}">
|
||||
<span hidden>SearXNG</span>
|
||||
{% include 'simple/searxng-wordmark.min.svg' without context %}
|
||||
<span hidden>FufuSoup</span>
|
||||
<img src="../static/themes/simple/img/fufusoup-logo-blue-bg.png" alt="FufuSoup Logo"
|
||||
style="height:3.2rem;border-radius:1rem;">
|
||||
</a>
|
||||
<div id="search_view">
|
||||
<div class="search_box">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue