Example #1
0
def send_jquery():
    return app.send_static_file("jquery-3.0.0.js")
Example #2
0
def open_viewer():
    return app.send_static_file("index.html")