mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			452 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			452 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "simple/base.html" %}
 | |
| {% from 'simple/macros.html' import icon %}
 | |
| {% block meta %}
 | |
| 	<link rel="preload" href="{{ url_for('static', filename='img/searx.png') }}" as="image" />
 | |
| {% endblock %}
 | |
| {% block content %}
 | |
| <nav id="linkto_preferences"><a href="{{ url_for('preferences') }}">{{ icon('navicon-round') }}</a></nav>
 | |
| <div class="index">
 | |
|     <div class="title"><h1>searx</h1></div>
 | |
|     {% include 'simple/search.html' %}
 | |
| </div>
 | |
| {% endblock %}
 | 
