def hello(): return bottle.static_file("index.html", root=root_dir)
def static_files(filename): return bottle.static_file(filename, root=root_dir)