update index

This commit is contained in:
Xevion
2019-09-22 12:51:02 -05:00
parent b7d4c737ca
commit cbd266f4ec
2 changed files with 9 additions and 1 deletions

View File

@@ -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')

6
app/templates/index.html Normal file
View 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>