diff options
author | Vincent Ambo <mail@tazj.in> | 2021-05-11T21·58+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-05-11T22·45+0000 |
commit | cb497a0ccae3f90122c6c8d6d99addded11cd501 (patch) | |
tree | e84f71eb970b5e02a908eacedc1acd713a459cce /web/atward/src/index.html | |
parent | 99d11bef5fd32aa5dfb3b091fea3e6b15fc6ac26 (diff) |
feat(atward): Serve OpenSearch XML file to support Firefox r/2579
Firefox users can not easily add search engines to the browser unless the page serves an OpenSearch description. This CL adds said description according to the documentation: https://developer.mozilla.org/en-US/docs/Web/OpenSearch Change-Id: I358c5940304f4abd9e45dd72a64e46d3ce44b3e3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3105 Tested-by: BuildkiteCI Reviewed-by: cynthia <cynthia@tvl.fyi>
Diffstat (limited to 'web/atward/src/index.html')
-rw-r--r-- | web/atward/src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/atward/src/index.html b/web/atward/src/index.html index c9a7c494e97b..286bc6e546ad 100644 --- a/web/atward/src/index.html +++ b/web/atward/src/index.html @@ -4,6 +4,7 @@ <meta name="description" content="The Virus Lounge"> <link rel="stylesheet" type="text/css" href="https://tvl.fyi/static/tazjin.css" media="all"> <link rel="icon" type="image/webp" href="https://tvl.fyi/static/favicon.webp"> +<link rel="search" type="application/opensearchdescription+xml" title="TVL Search" href="https://at.tvl.fyi/opensearch.xml"> <title>TVL Search</title> <body class="light"> <header> |