Skip to content

Instantly share code, notes, and snippets.

@Stephanevg
Created October 16, 2018 20:00
Show Gist options
  • Select an option

  • Save Stephanevg/067f9fc63cfb40e2e89d43f9dca8d719 to your computer and use it in GitHub Desktop.

Select an option

Save Stephanevg/067f9fc63cfb40e2e89d43f9dca8d719 to your computer and use it in GitHub Desktop.
PSHTML Basic Example
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