2022-05-19 15:45:26 +00:00
|
|
|
<!DOCTYPE html>
|
2024-05-01 13:53:28 +00:00
|
|
|
<html lang="en-US">
|
2022-05-19 15:45:26 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Marginalia Search - {{query}}</title>
|
|
|
|
|
2023-11-18 16:42:35 +00:00
|
|
|
<link rel="stylesheet" href="/serp.css" />
|
2022-05-19 15:45:26 +00:00
|
|
|
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Marginalia">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="robots" content="noindex" />
|
2023-03-22 14:11:22 +00:00
|
|
|
|
2022-05-19 15:45:26 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2023-03-04 12:19:01 +00:00
|
|
|
{{>search/parts/search-header}}
|
2023-11-19 15:03:44 +00:00
|
|
|
{{>search/parts/search-form}}
|
2024-05-01 14:21:25 +00:00
|
|
|
<span id="content-start"></span>
|
2023-11-19 15:03:44 +00:00
|
|
|
<div class="infobox">
|
2022-05-19 15:45:26 +00:00
|
|
|
{{#if focusDomain}}
|
2023-11-19 15:03:44 +00:00
|
|
|
Showing domains similar to <tt>{{focusDomain}}</tt>.
|
2022-05-19 15:45:26 +00:00
|
|
|
{{/if}}
|
|
|
|
{{#unless focusDomain}}
|
2023-11-19 15:03:44 +00:00
|
|
|
This list of domains is random. <a href="https://search.marginalia.nu/explore/random">Refresh</a> to get
|
|
|
|
new domains, or click <b>Similar Domains</b> to
|
|
|
|
take the helm.
|
2022-05-19 15:45:26 +00:00
|
|
|
{{/unless}}
|
2023-11-19 15:03:44 +00:00
|
|
|
</div>
|
|
|
|
|
2023-11-27 16:14:58 +00:00
|
|
|
<section class="cards">
|
2023-11-19 15:03:44 +00:00
|
|
|
{{#each results}}{{>search/browse-result}}{{/each}}
|
2022-05-19 15:45:26 +00:00
|
|
|
</section>
|
|
|
|
|
2023-03-04 12:19:01 +00:00
|
|
|
{{>search/parts/search-footer}}
|
2022-05-19 15:45:26 +00:00
|
|
|
</body>
|