diff --git a/Web_Dashboard/app.py b/Web_Dashboard/app.py index 2a6d829..6dc5291 100644 --- a/Web_Dashboard/app.py +++ b/Web_Dashboard/app.py @@ -444,7 +444,7 @@ def ten(): return render_template('ten.html', smartphone=ten_smartphone, tablet=ten_tablet, laptop=ten_laptop) @app.route('/rickroll') -def index(): +def rickroll(): return render_template('rickroll.html') if __name__ == '__main__':