Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSHTML
0.7.6
Examples/Example12/Example12.ps1
html
{
head
{
title
'Assets Example'
Write-PSHTMLAsset
-Type
Script
-Name
BootStrap
}
body
{
h1
'Simple Asset example'
}
}