mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 08:26:45 +02:00
29 lines
560 B
Plaintext
29 lines
560 B
Plaintext
!!! 5
|
|
html
|
|
head
|
|
title Hello
|
|
|
|
meta[name="description"][value="This is a sample"]
|
|
|
|
script[type="text/javascript"]
|
|
var hw = "Hello World!"
|
|
alert(hw)
|
|
|
|
style[type="text/css"]
|
|
body {
|
|
background: maroon;
|
|
color: white
|
|
}
|
|
|
|
body
|
|
header#mainHeader
|
|
ul
|
|
li.active
|
|
a[href="/"] Main Page
|
|
[title="Main Page"]
|
|
|
|
footer
|
|
| Hey
|
|
br
|
|
| There
|