summaryrefslogtreecommitdiff
path: root/indexHtml.go
diff options
context:
space:
mode:
Diffstat (limited to 'indexHtml.go')
-rw-r--r--indexHtml.go4
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\">")