···26)
2728func (h *Handle) Index(w http.ResponseWriter, r *http.Request) {
29- w.Write([]byte("This is a knot, part of the wider Tangle network: https://tangled.sh"))
30}
3132func (h *Handle) RepoIndex(w http.ResponseWriter, r *http.Request) {
···26)
2728func (h *Handle) Index(w http.ResponseWriter, r *http.Request) {
29+ w.Write([]byte("This is a knot server. More info at https://tangled.sh"))
30}
3132func (h *Handle) RepoIndex(w http.ResponseWriter, r *http.Request) {