Created
March 21, 2018 09:42
-
-
Save saigowthamr/52583f1fcb9b0a48fd976fbc8ac92567 to your computer and use it in GitHub Desktop.
stencil html
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
| <!DOCTYPE html> | |
| <html dir="ltr" lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> | |
| <title>my header</title> | |
| <script src="/build/mycomponent.js"></script> | |
| </head> | |
| <body> | |
| <my-header first="Home" second="Posts" third="Login"> | |
| </my-header> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment