un-autoformat display.html

This commit is contained in:
Alexandar Mechev 2020-10-06 10:37:40 +02:00
parent 5e2ed5298f
commit de34ab9da2
No known key found for this signature in database
GPG Key ID: 1B754EA636091772

View File

@ -1,5 +1,5 @@
<html>
<head>
<head>
<link rel="shortcut icon" href="/static/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/static/img/favicon.ico" type="image/x-icon">
<link rel="search" href="/opensearch.xml" type="application/opensearchdescription+xml" title="Whoogle Search">
@ -19,15 +19,15 @@
<link rel="stylesheet" href="/static/css/{{ 'dark-' if dark_mode else '' }}theme.css" />
{% endif %}
<title>{{ query }} - Whoogle Search</title>
</head>
<body>
</head>
<body>
{{ search_header|safe }}
{{ response|safe }}
</body>
<footer>
</body>
<footer>
<p>
Whoogle Search v{{ version_number }} ||
<a style="color: #685e79" href="https://github.com/benbusby/whoogle-search">View on GitHub</a>
</p>
</footer>
</footer>
</html>