Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSHTML
0.7.10
Examples/Example13/Example13.ps1
html
{
head
{
title
'Example Asset - Styles'
Write-PSHTMLAsset
-Type
Style
-Name
BootStrap
}
body
{
h1
'Asset example adding a reference to a styles (.css) file.'
}
}