diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-12 10:06:13 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-12 10:06:13 +0100 |
commit | 37c29b825dbf422e2c1a8ce534296a71ced98272 (patch) | |
tree | 3b2dda49a3bf6ab2add0273415dab0c4ff100609 | |
parent | c1886b65ee8d4a2f13d7d7a001be3684e16928ba (diff) |
-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 3787da8..72e5ab3 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; |