From 41b9cfbc6e90fa23d664734127618ffa69334f43 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Fri, 24 Feb 2023 19:21:37 +0300 Subject: [PATCH] Better landing --- landing.go | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/landing.go b/landing.go index 8ba57cd2..55a2eca7 100644 --- a/landing.go +++ b/landing.go @@ -6,9 +6,38 @@ var landingTmpl = []byte(` Hey, I'm imgproxy! - -

Hey, I'm imgproxy!

-

You can get me here: https://github.com/imgproxy/imgproxy

+ + + + + + + + + + + +
+

+ Hey, I'm imgproxy—a fast and secure server for processing images! +

+

+ You can get me here: https://imgproxy.net/ +

+
`)