Created
November 14, 2019 00:11
-
-
Save codemillmatt/c873aaabb671505b76f971e0b98ad51e to your computer and use it in GitHub Desktop.
Shell Multiple Top Tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TabBar> | |
<Tab> | |
<ShellContent> | |
<YOUR COOL PAGE GOES HERE> | |
</ShellContent> | |
<ShellContent> | |
<ALL YOU HAVE ARE COOL PAGES> | |
</ShellContent> | |
</Tab> | |
<Tab> | |
<ShellContent> | |
<ANOTHER COOL PAGE> | |
</ShellContent> | |
</Tab> | |
</TabBar> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment