Beispiel #1
0
def view_index():
    return app.send_static_file('index.html')
Beispiel #2
0
def view_profile():
    return app.send_static_file('profile.html')
Beispiel #3
0
def view_conversation():
    return app.send_static_file('conversation.html')
Beispiel #4
0
def view_signup():
    return app.send_static_file('signup.html')
Beispiel #5
0
def view_login():
    return app.send_static_file('login.html')