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