un-autoformat index.html

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

View File

@ -1,6 +1,5 @@
<html>
<head>
<head>
<link rel="apple-touch-icon" sizes="57x57" href="/static/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/static/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/static/img/favicon/apple-icon-72x72.png">
@ -35,9 +34,9 @@
<link rel="stylesheet" href="/static/css/{{ 'dark-' if config['dark'] else '' }}theme.css" />
{% endif %}
<title>Whoogle Search</title>
</head>
</head>
<body id="main" style="display: none; background-color: {{ '#ECEFF4' if config.dark else '#fff' }}">
<body id="main" style="display: none; background-color: {{ '#ECEFF4' if config.dark else '#fff' }}">
<div class="search-container">
<img class="logo" src="/static/img/logo.png">
<form id="search-form" action="/search" method="{{ 'get' if config.get_only else 'post' }}">
@ -152,6 +151,6 @@
<a style="color: #685e79" href="https://github.com/benbusby/whoogle-search">View on GitHub</a>
</p>
</footer>
</body>
</body>
</html>