예제 #1
0
def updates():
    """Returns static updates page"""
    return app.send_static_file('html/updates.html')
예제 #2
0
def documentation():
    """Returns static documentation page"""
    return app.send_static_file('html/documentation.html')
예제 #3
0
def about():
    """Returns static about page"""
    return app.send_static_file('html/about.html')
예제 #4
0
def contact():
    """Returns static contact page"""
    return app.send_static_file('html/contact.html')
예제 #5
0
def home():
    """Returns static home page"""
    return app.send_static_file('html/home.html')