comparison testdata/blog/.test/index.html @ 21:d577cff808bc draft

added simple blog-like structure with amber, gcss, markdown
author zaitsev.serge
date Sat, 29 Aug 2015 21:44:20 +0000
parents
children e3c902a7380d
comparison
equal deleted inserted replaced
20:f8373c23a3ff 21:d577cff808bc
1 <html>
2 <head>
3 <title>My blog</title>
4 <link href="styles.css" rel="stylesheet" type="text/css" />
5 </head>
6 <body>
7 <p>Here goes list of posts</p>
8 <ul>
9 <li>
10 <a href="/posts/hello.html">First post</a>
11 </li>
12 <li>
13 <a href="/posts/update.html">Second post</a>
14 </li>
15 </ul>
16 </body>
17 </html>