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