summaryrefslogtreecommitdiff
path: root/template/header_nofilters.html
blob: 116eef6bcc6cfeb41a760b38ebd6c480e9815a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
	<title>{%title%}</title>
	<link title="​{%server_name%}" href="/opensearch{%ac%}" rel="search" type="application/opensearchdescription+xml">
	<link rel="stylesheet" href="/static/style.css?v{%version%}">
	{%style%}
	<meta name="viewport" content="width=device-width,initial-scale=1">
	<meta name="robots" content="index,follow">
	<link rel="icon" type="image/x-icon" href="/favicon.ico">
	<meta name="description" content="{%server_name%}: {%title%}">
</head>
<body{%class%}>