14 lines
270 B
Python
14 lines
270 B
Python
|
"""Welcome page."""
|
||
|
|
||
|
WELCOME_PAGE = """\
|
||
|
# Bebop
|
||
|
|
||
|
Hi! Welcome to the Bebop browser.
|
||
|
|
||
|
Press "?" to see the keybinds, commands and more, or click the link below by \
|
||
|
pressing its link ID (1).
|
||
|
|
||
|
=> bebop:help Help
|
||
|
=> gemini://dece.space/dev/bebop.gmi Bebop @ dece.space
|
||
|
"""
|