22 lines
642 B
Python
22 lines
642 B
Python
"""Welcome page."""
|
|
|
|
WELCOME_PAGE = """\
|
|
# Bebop
|
|
|
|
Welcome to the Bebop browser! 🚀
|
|
|
|
Press "?" or type ":help" and enter 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 Offline help page
|
|
=> gemini://dece.space/dev/bebop.gmi Online Bebop home
|
|
|
|
You can configure which page to show up when starting Bebop instead of this \
|
|
one: set your home URL in the "home" key of your configuration file.
|
|
|
|
New to Gemini? Check out this catalog of capsules to get you started:
|
|
|
|
=> gemini://medusae.space/ medusae.space
|
|
"""
|