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