return proper render_template op

This commit is contained in:
Xevion
2019-09-22 12:59:45 -05:00
parent 0ff6c36c0f
commit 38e9e097be
2 changed files with 2 additions and 1 deletions

View File

@@ -5,4 +5,4 @@ import sys
@app.route('/') @app.route('/')
def index(): def index():
render_template('index.html') return render_template('index.html')

View File

@@ -1,6 +1,7 @@
<html> <html>
<body> <body>
i don't know how to program html i don't know how to program html
<br>
Xevion#0001 if you know how tf i can make this meme site real lmao Xevion#0001 if you know how tf i can make this meme site real lmao
</body> </body>
</html> </html>