Added the url page and changed the title to an anchor tag

This commit is contained in:
xemeds
2020-07-20 14:09:03 +00:00
parent 0db137daf5
commit 2de586b87b
5 changed files with 81 additions and 50 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ def index():
# If the form was valid
if form.validate_on_submit():
return "Valid URL: " + form.url.data
return render_template("url.html", url=form.url.data)
# If the form was invalid or not submitted
else: