コード例 #1
0
def Praatapidocs():
    return app.send_static_file("praatapidocs.html")
コード例 #2
0
def goog_verify():
    return app.send_static_file('googleb4aacaa01acbdce3.html')
コード例 #3
0
def ELANapidocs():
    return app.send_static_file("elanapidocs.html")
コード例 #4
0
ファイル: html.py プロジェクト: shirley1988/peldaws_bk
def index():
    return app.send_static_file("auth.html")
コード例 #5
0
ファイル: html.py プロジェクト: shirley1988/peldaws_bk
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')