From 38e9e097be9295e7c9058fb71c41726125ebdc42 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 22 Sep 2019 12:59:45 -0500 Subject: [PATCH] return proper render_template op --- app/routes.py | 2 +- app/templates/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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