diff --git a/app.py b/app.py index 7f1ec2b0..3321f141 100644 --- a/app.py +++ b/app.py @@ -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(): diff --git a/templates/teams/team_23.html b/templates/teams/team_23.html new file mode 100644 index 00000000..1f9dcfa9 --- /dev/null +++ b/templates/teams/team_23.html @@ -0,0 +1,8 @@ + + + + + + We have all played League of Legends. + + \ No newline at end of file