mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			346 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			346 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| {% block content %}
 | |
| {% include 'github_ribbon.html' %}
 | |
| <div class="center">
 | |
|     <div class="title"><h1>searx</h1></div>
 | |
|     {% include 'search.html' %}
 | |
|     <p class="top_margin">
 | |
|         <a href="/about" class="hmarg">about</a>
 | |
|         <a href="/preferences" class="hmarg">preferences</a>
 | |
|     </p>
 | |
| </div>
 | |
| {% endblock %}
 | 
