mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-10 16:08:53 -06:00
return proper render_template op
This commit is contained in:
@@ -5,4 +5,4 @@ import sys
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
render_template('index.html')
|
||||
return render_template('index.html')
|
||||
@@ -1,6 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
i don't know how to program html
|
||||
<br>
|
||||
Xevion#0001 if you know how tf i can make this meme site real lmao
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user