Created
June 20, 2016 23:09
-
-
Save eob/d01e1bcb2a30438e357e74e29a548ba0 to your computer and use it in GitHub Desktop.
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
<h2>Not logged in</h1> | |
<stitch-toolbar logo></stitch-toolbar> | |
<h2>Logged in</h1> | |
<stitch-toolbar username="eob" logo></stitch-toolbar> | |
<h2>Transparent</h1> | |
<div style="height:200px; background-image: url(night.png);"> | |
<stitch-toolbar transparent username="eob" logo></stitch-toolbar> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment