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