minimal wiby/little isle-like searx theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
762 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" xml:lang="en">
<head>
<meta content="utf-8" http-equiv="encoding" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<title>{% block title %}{% endblock %}{{ instance_name }}</title>
<link rel="stylesheet" href="./style.css" type="text/css" />
<link title="{{ instance_name }}" type="application/opensearchdescription+xml" rel="search" href="{{ opensearch_url }}"/>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>