source: code/trunk/testdata/blog/index.amber@ 43

Last change on this file since 43 was 22, checked in by zaitsev.serge, 10 years ago

added simple blog-like structure with amber, gcss, markdown

File size: 228 bytes
Line 
1html
2 head
3 title My blog
4 link[href="styles.css"][rel="stylesheet"][type="text/css"]
5 body
6 p Here goes list of posts
7 ul
8 li
9 a[href="/posts/hello.html"] First post
10 li
11 a[href="/posts/update.html"] Second post
12
Note: See TracBrowser for help on using the repository browser.