mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-23 09:43:33 +03:00
17 lines
458 B
Go
17 lines
458 B
Go
//nolint
|
|
package display
|
|
|
|
var newTabContent = `# New Tab
|
|
|
|
You've opened a new tab. Use the bar at the bottom to browse around. You can start typing in it by pressing the space key.
|
|
|
|
Press the ? key at any time to bring up the help, and see other keybindings. Most are what you expect.
|
|
|
|
Happy browsing!
|
|
|
|
=> about:bookmarks Bookmarks
|
|
|
|
=> //gemini.circumlunar.space Project Gemini
|
|
=> https://github.com/makeworld-the-better-one/amfora Amfora homepage [HTTPS]
|
|
`
|