Created
October 16, 2018 21:43
-
-
Save Stephanevg/186bcd2b8e108d92afc39ac6fc6ca72a to your computer and use it in GitHub Desktop.
templates.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
| <header> | |
| <h1>This is an example generated using PSHTML Templates</h1> | |
| </header> | |
| <body> | |
| <h2>This comes from a template file</h2> | |
| </body> | |
| <footer> | |
| <div> | |
| <h4>This is the footer from a template</h4> | |
| </div> | |
| </footer> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment