def Praatapidocs(): return app.send_static_file("praatapidocs.html")
def goog_verify(): return app.send_static_file('googleb4aacaa01acbdce3.html')
def ELANapidocs(): return app.send_static_file("elanapidocs.html")
def index(): return app.send_static_file("auth.html")
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')