mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-15 00:13:24 -06:00
update index
This commit is contained in:
@@ -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'
|
||||
render_template('index.html')
|
||||
Reference in New Issue
Block a user