예제 #1
0
파일: app.py 프로젝트: kaosx5s/Bottle473
def start_app():
   return base.server_static('app.html') 
예제 #2
0
파일: app.py 프로젝트: kaosx5s/Bottle473
def welcome():
    return base.server_static('login.html')