mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
Merge pull request #215 from nik012003/main
Make opensearch.xml location relative
This commit is contained in:
commit
fc0e4eca8f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<meta name="description" content="A privacy respecting meta search engine."/>
|
||||
<meta name="referrer" content="no-referrer"/>
|
||||
<link rel="stylesheet" type="text/css" href="static/css/styles.css"/>
|
||||
<link title="LibreX search" type="application/opensearchdescription+xml" href="/opensearch.xml?method=POST" rel="search"/>
|
||||
<link title="LibreX search" type="application/opensearchdescription+xml" href="opensearch.xml?method=POST" rel="search"/>
|
||||
<link rel="stylesheet" type="text/css" href="<?php
|
||||
echo "static/css/";
|
||||
if (isset($_COOKIE["theme"]))
|
||||
|
|
Loading…
Add table
Reference in a new issue