mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-14 08:13:16 -06:00
return proper render_template op
This commit is contained in:
@@ -5,4 +5,4 @@ import sys
|
|||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def index():
|
def index():
|
||||||
render_template('index.html')
|
return render_template('index.html')
|
||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user