diff --git a/app/routes.py b/app/routes.py index 43401f9..a112cfb 100644 --- a/app/routes.py +++ b/app/routes.py @@ -1,6 +1,8 @@ from app import app from flask import render_template +import os +import sys @app.route('/') def index(): - return 'who the hell knows' \ No newline at end of file + render_template('index.html') \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html new file mode 100644 index 0000000..4e0a2da --- /dev/null +++ b/app/templates/index.html @@ -0,0 +1,6 @@ + + + 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