dece
8de79a6e5a
Moved a lot of stuff from the readme to the help page so the program is more self-contained.
15 lines
353 B
Python
15 lines
353 B
Python
"""Welcome page."""
|
|
|
|
WELCOME_PAGE = """\
|
|
# Bebop
|
|
|
|
Hi! Welcome to the Bebop browser! 🚀🎶
|
|
|
|
Press "?" to see the keybinds, commands and more, or visit the link below by \
|
|
pressing its link ID (1). To start browsing right away, press "o", type an URL \
|
|
and press Enter.
|
|
|
|
=> bebop:help Help
|
|
=> gemini://dece.space/dev/bebop.gmi Online documentation
|
|
"""
|