2020-04-07 20:12:16 +00:00
|
|
|
<html>
|
|
|
|
<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">
|
2020-05-05 00:00:43 +00:00
|
|
|
<link rel="search" href="/opensearch.xml" type="application/opensearchdescription+xml" title="Whoogle Search">
|
2020-04-07 20:12:16 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2020-05-06 00:28:43 +00:00
|
|
|
<meta name="referrer" content="no-referrer">
|
2020-05-24 20:03:11 +00:00
|
|
|
<script type="text/javascript" src="/static/js/autocomplete.js"></script>
|
2020-05-26 16:58:37 +00:00
|
|
|
<link rel="stylesheet" href="/static/css/{{ 'search-dark' if dark_mode else 'search' }}.css">
|
2020-05-24 20:03:11 +00:00
|
|
|
<link rel="stylesheet" href="/static/css/header.css">
|
2020-05-05 00:00:43 +00:00
|
|
|
<title>{{ query }} - Whoogle Search</title>
|
2020-04-07 20:12:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-05-24 20:03:11 +00:00
|
|
|
{{ search_header|safe }}
|
2020-04-07 20:12:16 +00:00
|
|
|
{{ response|safe }}
|
|
|
|
</body>
|
|
|
|
</html>
|