Mercurial > yakumo_izuru > aya
comparison testdata/blog/.test/about.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 |
comparison
equal
deleted
inserted
replaced
20:f8373c23a3ff | 21:d577cff808bc |
---|---|
1 <html> | |
2 <head> | |
3 <title>About myself</title> | |
4 <link href="styles.css" rel="stylesheet" type="text/css" /> | |
5 </head> | |
6 <body><h1>About myself</h1> | |
7 | |
8 <p>Hi all. This is a brief description of who I am.</p> | |
9 </body> | |
10 </html> |