diff options
Diffstat (limited to 'd1pkgweb-query.go')
-rw-r--r-- | d1pkgweb-query.go | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/d1pkgweb-query.go b/d1pkgweb-query.go index 1ed8f6a..471834e 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="/buggers.css" /> +<link rel="stylesheet" type="text/css" href="search.css" /> <style type="text/css"> code {font-weight: normal; margin: 0 0px; @@ -103,21 +103,23 @@ Search Devuan Packages for: <input type="text" name="search"/> in release </div> </div> -<p style="margin-top:-30px; margin-bottom:30px ; text-align: center;"> This site is a cookie-free zone</p> - - <div class="foot"> - <p class="row" id="copyright"> - Copyright (c) 2014-2018 <a href="https://www.dyne.org" data-rel="fiscal sponsor" - title="Learn about our fiscal sponsor">Dyne.org foundation</a> - <span></span> - <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" - title="This work is licensed under a Creative Commons Attribution-ShareAlike - 4.0 International License.">CC-BY-SA 4.0 international</a> - <span></span> - <p id="copyright" style="font-size: .8em; line-height: 100%; margin-top: -1.5em; margin-bottom: 2em"> - Devuan is a registered trademark of the Dyne.org foundation. Debian is a registered trademark of - Software in the Public Interest, Inc. Linux is a registered trademark of Linus Torvalds.</p> - </div> + + <p style="margin-top:0px; margin-bottom:20px ; text-align: center;"> This site is a cookie-free zone</p> + <div class="foot"> + <p id="copyright" style="white-space: nowrap;"> + Copyright (c) 2014-2018 <a href="https://www.dyne.org" data-rel="fiscal sponsor" + title="Learn about our fiscal sponsor">Dyne.org foundation</a> + <span></span> + <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" + title="This work is licensed under a Creative Commons Attribution-ShareAlike + 4.0 International License.">CC-BY-SA 4.0 international</a></p> + + <p class="trademarks"> + Devuan is a registered trademark of the Dyne.org foundation.</p> + <p class="trademarks" style="margin-top: -15px;"> + Debian is a registered trademark of Software in the Public Interest, Inc. Linux is a registered trademark of Linus Torvalds.</p> + </div> + </body> </html> |