diff options
| author | Jeff Carr <[email protected]> | 2024-11-06 16:44:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-06 16:44:48 -0600 |
| commit | 9242d7a35fc12a978a4cb2a1410f776e02fe5653 (patch) | |
| tree | 68672fcd65422b553a5fdfe6b76df7e0b6c91db9 /indexHtml.go | |
| parent | 507a8117e1f72231753cb6aed923ed969049be98 (diff) | |
cleanup packaging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'indexHtml.go')
| -rw-r--r-- | indexHtml.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indexHtml.go b/indexHtml.go index 08c2014..7f56e18 100644 --- a/indexHtml.go +++ b/indexHtml.go @@ -32,10 +32,6 @@ func indexHeader(w http.ResponseWriter) { func indexBodyStart(w http.ResponseWriter) { // fmt.Fprintln(w, " fmt.Fprintln(w, "<body>") - fmt.Fprintln(w, " <br>") - fmt.Fprintln(w, "There are debian packages for most of these on mirrors.wit.com<br>") - fmt.Fprintln(w, " <br>") - fmt.Fprintln(w, " <br>") fmt.Fprintln(w, " <div class=\"container\">") fmt.Fprintln(w, " <div class=\"row\">") fmt.Fprintln(w, " <table class=\"u-full-width\">") |
