diff --git a/index.html b/index.html index f350c3b..d71e953 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ Greenlock™ - +

Greenlock™ - Instant, Free SSL Certificates via Let's Encrypt v2

@@ -14,6 +14,7 @@

+

Certificates are valid for 90 days. Renewal is free :)


@@ -198,13 +199,27 @@ var server = https.createServer({ -->
+
+
+
+
+

+ View Source (git) + + + + + - - diff --git a/js/app.js b/js/app.js index 42eceea..d82702a 100644 --- a/js/app.js +++ b/js/app.js @@ -484,4 +484,6 @@ } steps[1](); + + $qs('body').hidden = false; }());