Created
January 17, 2017 20:07
-
-
Save danielbodart/b7eec3875359a00dc23a39b1a164e886 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
| <div class="application root"> | |
| <style src="../generated/bundle.css"></style> | |
| <include src="../generated/bundle.svg" selector="svg"></include> | |
| <decorator src="../header/header.html" selector=".header" content=".controls"> | |
| <svg class="close-logo"> | |
| <use xlink:href="#close-logo"></use> | |
| </svg> | |
| </decorator> | |
| <include src="../popup/popup.html" selector=".popup"></include> | |
| <decorator src="../footer/footer.html" selector=".footer"> | |
| <svg class="double-chevron"> | |
| <use xlink:href="#double-chevron"></use> | |
| </svg> | |
| </decorator> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment