예제 #1
0
def background() -> bytes:
    return _static('/resources/cover.jpg')
예제 #2
0
def xmas() -> bytes:
    return _static('/resources/xmas.jpg')
예제 #3
0
def favicon() -> bytes:
    return _static('/resources/favicon.ico')
예제 #4
0
def scribe() -> bytes:
    return _static('/html/scribe.html')
예제 #5
0
def metadata() -> bytes:
    return _static('/html/metadata.html')
예제 #6
0
def cover() -> bytes:
    return _static('/html/cover.html')