mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update index.html
This commit is contained in:
parent
864a068683
commit
7a89785da1
1 changed files with 9 additions and 10 deletions
|
@ -1,19 +1,18 @@
|
||||||
{% extends "simple/base.html" %}
|
{% extends "simple/base.html" %}
|
||||||
{% from 'simple/icons.html' import icon_big %}
|
{% from 'simple/icons.html' import icon_big %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{% block content %}
|
||||||
<div class="index">
|
<div class="index">
|
||||||
<div class="title"><h1>SearXNG</h1></div>
|
<div class="title"><h1>SearXNG</h1></div>
|
||||||
{% include 'simple/simple_search.html' %}
|
{% include 'simple/simple_search.html' %}
|
||||||
</div>
|
<div class="chatbot-container">
|
||||||
{% endblock %}
|
<form id="chatbot-form">
|
||||||
{% block chatbot_content %}
|
<label for="chatbot-input">Enter your message:</label>
|
||||||
<div class="chatbot-container">
|
<input type="text" id="chatbot-input" name="chatbot-input">
|
||||||
<form id="chatbot-form">
|
<button type="submit" style="display:none;"></button>
|
||||||
<label for="chatbot-input">Enter your message:</label>
|
</form>
|
||||||
<input type="text" id="chatbot-input" name="chatbot-input">
|
<div id="chatbot-response"></div>
|
||||||
<button type="submit" style="display:none;"></button>
|
</div>
|
||||||
</form>
|
|
||||||
<div id="chatbot-response"></div>
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue