diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-12 07:57:03 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-12 07:57:03 +0100 |
commit | c1886b65ee8d4a2f13d7d7a001be3684e16928ba (patch) | |
tree | ae7ed5d561aa8a1bde65b137c26103f4e3d15276 /d1pkgweb-query.go | |
parent | ec3541bdc52713729e0ade7be54df9f7704d53dd (diff) |
relative path in css
Diffstat (limited to 'd1pkgweb-query.go')
-rw-r--r-- | d1pkgweb-query.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/d1pkgweb-query.go b/d1pkgweb-query.go index d661990..3787da8 100644 --- a/d1pkgweb-query.go +++ b/d1pkgweb-query.go @@ -32,7 +32,7 @@ var resTempl = ` <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> -<link rel="stylesheet" type="text/css" href="search.css" /> +<link rel="stylesheet" type="text/css" href="./search.css" /> <title>Devuan Package information</title> <style type="text/css"> code {font-weight: normal; |