mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	Merge pull request #1345 from dalf/index_remove_img_preload
Workaround: index.html: remove image preload
This commit is contained in:
		
						commit
						62e88e63a1
					
				@ -1,8 +1,5 @@
 | 
				
			|||||||
{% extends "simple/base.html" %}
 | 
					{% extends "simple/base.html" %}
 | 
				
			||||||
{% from 'simple/icons.html' import icon_big %}
 | 
					{% from 'simple/icons.html' import icon_big %}
 | 
				
			||||||
{% block meta %}
 | 
					 | 
				
			||||||
	<link rel="preload" href="{{ url_for('static', filename='img/searxng.png') }}" as="image" />
 | 
					 | 
				
			||||||
{% endblock %}
 | 
					 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
<div class="index">
 | 
					<div class="index">
 | 
				
			||||||
    <div class="title"><h1>SearXNG</h1></div>
 | 
					    <div class="title"><h1>SearXNG</h1></div>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user