diff options
author | lolcat <will@lolcat.ca> | 2025-08-11 01:55:15 +0000 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2025-08-11 01:55:15 +0000 |
commit | cdf958d29333d448f4521f4d2faa2592b58e9b27 (patch) | |
tree | 528f2a0ffa789a6f4279d9f54a4a2aaf391f390f /template/header_nofilters.html | |
download | shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.tar.gz shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.tar.bz2 shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.zip |
fix wikipedia crashgrafted
Diffstat (limited to 'template/header_nofilters.html')
-rw-r--r-- | template/header_nofilters.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/header_nofilters.html b/template/header_nofilters.html new file mode 100644 index 0000000..116eef6 --- /dev/null +++ b/template/header_nofilters.html @@ -0,0 +1,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%}> |