Ejemplo n.º 1
0
def Praatapidocs():
    return app.send_static_file("praatapidocs.html")
Ejemplo n.º 2
0
def goog_verify():
    return app.send_static_file('googleb4aacaa01acbdce3.html')
Ejemplo n.º 3
0
def ELANapidocs():
    return app.send_static_file("elanapidocs.html")
Ejemplo n.º 4
0
def index():
    return app.send_static_file("auth.html")
Ejemplo n.º 5
0
def original_index():
    return app.send_static_file("index.html")
def index():
    if 'username' in session:
        return app.send_static_file("index.html")
    return render_template('home.html')