1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-18 08:26:45 +02:00
woodpecker/vendor/github.com/eknkc/amber/samples/basic.amber
2015-09-29 18:21:17 -07:00

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