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 %}