From 2b264abdf62822936e3510b0f9690ba1e359a9b8 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 5 Apr 2024 17:44:16 +0200 Subject: Added a basic version using flask and jinja --- src/match_up/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/match_up/templates') diff --git a/src/match_up/templates/index.html b/src/match_up/templates/index.html index 23bba20..e292734 100644 --- a/src/match_up/templates/index.html +++ b/src/match_up/templates/index.html @@ -1,10 +1,11 @@ + {{ title }} -

{{ title }}

+

Match Up!