diff --git a/swarm/api/http/templates.go b/swarm/api/http/templates.go index 66b62f2ad3..619e44ec52 100644 --- a/swarm/api/http/templates.go +++ b/swarm/api/http/templates.go @@ -198,3 +198,132 @@ var landingPageTemplate = template.Must(template.New("landing-page").Parse(` `[1:])) + +var landingPageTemplate = template.Must(template.New("landing-page").Parse(` + + + + + + + + + Swarm:: Welcome to Swarm + + +
+
+
+ +
+
+

Welcome to Swarm

+
+
+
{{.Timestamp}}
+
+
+ +
+ + + + + + + + + + + + + +
+ Enter the hash or ENS of a swarm-hosted file below: +
+
+
+ +
+ + +`[1:]))