From f6912beb599fae17d96b908e40461b137c8ef3d8 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 29 May 2021 16:34:01 +0200 Subject: [PATCH] Update form UI --- shortener/templates/welcome.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/shortener/templates/welcome.html b/shortener/templates/welcome.html index 924cc10..69102f3 100644 --- a/shortener/templates/welcome.html +++ b/shortener/templates/welcome.html @@ -1,14 +1,20 @@ {% extends "base.html" %} {% block content %} -

Welcome!

+

Shorten urls

Welcome to the URL shortener.

- - - - - - +

+ + +

+

+ + +

+

+ + +

{% endblock %}