| 
									
										
										
										
											2015-02-15 19:09:17 +01:00
										 |  |  | {% extends "pix-art/base.html" %} | 
					
						
							|  |  |  | {% block content %} | 
					
						
							|  |  |  | <div class="center"> | 
					
						
							| 
									
										
										
										
											2016-08-15 17:12:43 +02:00
										 |  |  |     <div class="title"><h1><img src="{{ url_for('static', filename='img/searx-pixel.png') }}" alt="searx Logo"/></h1></div> | 
					
						
							| 
									
										
										
										
											2015-02-15 19:09:17 +01:00
										 |  |  |     {% include 'pix-art/search.html' %} | 
					
						
							|  |  |  |     <p class="top_margin"> | 
					
						
							|  |  |  |         <a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a> | 
					
						
							|  |  |  |         <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a> | 
					
						
							|  |  |  |     </p> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 |