diff --git a/http/const.go b/http/const.go index 4f71060..e6384bd 100644 --- a/http/const.go +++ b/http/const.go @@ -352,6 +352,6 @@ var typeMap = map[string]string{ ".xap" : "application/x-silverlight-app", } -const defaultIndex = `Gopcap

This server is using Gopcap!

` +const defaultIndex = `Gopcap

This server is using Gopcap!

` const page404 = `404 - Gopcap` \ No newline at end of file