diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-07 16:58:24 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-07 16:58:24 +0100 |
commit | ebd9dce420928292e3210b7f047c21b8cc0d3f2b (patch) | |
tree | 9830abd75d38d578b0fc0501c56abac36b581304 /template.go | |
parent | 3d92f62bb3120524a6cf3f0cb9db9973235adfd1 (diff) |
moved </head> around
Diffstat (limited to 'template.go')
-rw-r--r-- | template.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template.go b/template.go index 16f307d..27c9871 100644 --- a/template.go +++ b/template.go @@ -13,7 +13,6 @@ code {font-weight: normal; font-size: 95%; } </style> <title>Devuan Packages Information -- {{.Name}}-{{.Version}}</title> -</head> <style type="text/css"> body { margin-top: 10px; @@ -71,8 +70,7 @@ div.provides{ } </style> - - +</head> <body> <div class="nav"> <div class="leftfl"> |