Created
October 16, 2018 20:00
-
-
Save Stephanevg/067f9fc63cfb40e2e89d43f9dca8d719 to your computer and use it in GitHub Desktop.
PSHTML Basic Example
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
| import-module PSHTML | |
| html { | |
| head { | |
| title "Basic example" | |
| } | |
| body { | |
| div { | |
| p { | |
| "This is simply a paragraph in a div." | |
| } | |
| } | |
| } | |
| Footer { | |
| h6 "This is h1 Title in Footer" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment