forked from zaclys/searxng
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| {% block content %}
 | |
| <h1>searx</h1>
 | |
| <form method="post" action="">
 | |
|     <input type="text" name="q" />
 | |
|     <input type="submit" value="search" />
 | |
| </form>
 | |
| {% endblock %}
 | 
