From 9ef7d95c7010351078a929f5144f5098d4142cd0 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 5 Apr 2024 16:55:07 +0200 Subject: Added the working version in dash --- src/match_up/templates/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/match_up/templates/index.html (limited to 'src/match_up/templates') diff --git a/src/match_up/templates/index.html b/src/match_up/templates/index.html new file mode 100644 index 0000000..23bba20 --- /dev/null +++ b/src/match_up/templates/index.html @@ -0,0 +1,14 @@ + + + + {{ title }} + + +

{{ title }}

+ + + \ No newline at end of file -- cgit v1.3.1