Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ def team_nick_val():
@app.route("/luke_noah_maya")
def team_luke_noah_maya():
return render_template('teams/luke_noah_maya.html')

@app.route("/team_23")
def team_23():
return render_template('teams/team_23.html')

@app.route("/team_7")
def team_7():
Expand Down
8 changes: 8 additions & 0 deletions templates/teams/team_23.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>

</head>
<body>
We have all played League of Legends.
</body>
</html>