From e0450b9b4d42ec2ec1e9d55b6f6baf4651d715e7 Mon Sep 17 00:00:00 2001 From: Janos Guljas Date: Tue, 19 Jun 2018 15:03:30 +0200 Subject: [PATCH] swarm/api/http: sticky footer for swarm landing page using flex --- swarm/api/http/templates.go | 110 ++++++++++++++++-------------------- 1 file changed, 50 insertions(+), 60 deletions(-) diff --git a/swarm/api/http/templates.go b/swarm/api/http/templates.go index 93ec5d19fe..8897b96946 100644 --- a/swarm/api/http/templates.go +++ b/swarm/api/http/templates.go @@ -79,20 +79,25 @@ var landingPageTemplate = template.Must(template.New("landingPage").Parse(` Swarm :: Welcome to Swarm - + + +
+
+ +
+
+

Welcome to Swarm

+
+
+ + -
-
- -
-
-

Welcome to Swarm

-
-
- - - - -

Enter the hash or ENS of a Swarm-hosted file below:

-
- - -
-
-
-

- Swarm: Serverless Hosting Incentivised Peer-To-Peer Storage And Content Distribution
- Swarm -

-
- +

Enter the hash or ENS of a Swarm-hosted file below:

+
+ + +
+
+
+ + `[1:]))