diff --git a/app/routes.py b/app/routes.py index a112cfb..4dc3cb2 100644 --- a/app/routes.py +++ b/app/routes.py @@ -5,4 +5,4 @@ import sys @app.route('/') def index(): - render_template('index.html') \ No newline at end of file + return render_template('index.html') \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index 4e0a2da..6aabdc4 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,6 +1,7 @@ i don't know how to program html +
Xevion#0001 if you know how tf i can make this meme site real lmao \ No newline at end of file