annotate testdata/blog/index.amber @ 48:d004c7c4ddf4 draft

Remove Travis CI config
author prologic
date Fri, 17 Sep 2021 23:33:52 +0000
parents d577cff808bc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
1 html
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
2 head
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
3 title My blog
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
4 link[href="styles.css"][rel="stylesheet"][type="text/css"]
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
5 body
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
6 p Here goes list of posts
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
7 ul
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
8 li
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
9 a[href="/posts/hello.html"] First post
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
10 li
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
11 a[href="/posts/update.html"] Second post
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
12