Exemplo n.º 1
0
def javacripts(filename):
    return static_file(filename, root='httpserver/www')
Exemplo n.º 2
0
def Visir():
    ClientInfo()
    return static_file("visir.html", root=VisirPath)
Exemplo n.º 3
0
def image(filename):
    return static_file(filename, root='httpserver/www')
Exemplo n.º 4
0
def Index():
    ClientInfo()
    return static_file("/static/login.html", root='httpserver/www')
Exemplo n.º 5
0
def stylesheets(filename):
    return static_file(filename, root='httpserver/www')