woodpecker/vendor/github.com/eknkc/amber/samples/basic.amber
2015-09-29 18:21:17 -07:00

28 lines
560 B
Text

!!! 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