aboutsummaryrefslogtreecommitdiff
path: root/src/match_up/templates/index.html
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-10-14 08:51:59 +0000
committerKaran Jayachandra <mail@karanjayachandra.com>2024-10-14 08:51:59 +0000
commiteac95cc2e259badf3a8c3309e6e7be97d5cbd868 (patch)
tree492b1497cf648e08e84a35dea2d217a57643dab0 /src/match_up/templates/index.html
parent2b264abdf62822936e3510b0f9690ba1e359a9b8 (diff)
parentf80463a6437533deef1d85ffa31cf0cc5ed8e454 (diff)
Merge branch 'pure' into 'develop'
Dash to Flask HTML Conversion See merge request KaranJayachandra/match_up!1
Diffstat (limited to 'src/match_up/templates/index.html')
-rw-r--r--src/match_up/templates/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/match_up/templates/index.html b/src/match_up/templates/index.html
deleted file mode 100644
index e292734..0000000
--- a/src/match_up/templates/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!doctype html>
-<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
-<html>
- <head>
- <title>{{ title }}</title>
- </head>
- <body>
- <h1>Match Up!</h1>
- <ul>
- {% for person in people %}
- <li>{{ person.first_name }}</li>
- {% endfor %}
- </ul>
- </body>
-</html> \ No newline at end of file