mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-17 12:13:38 -06:00
update index
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
from app import app
|
from app import app
|
||||||
from flask import render_template
|
from flask import render_template
|
||||||
|
import os
|
||||||
|
import sys
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def index():
|
def index():
|
||||||
return 'who the hell knows'
|
render_template('index.html')
|
||||||
6
app/templates/index.html
Normal file
6
app/templates/index.html
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
i don't know how to program html
|
||||||
|
Xevion#0001 if you know how tf i can make this meme site real lmao
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user