Files
aya/testdata/blog/.test/index.html
zaitsev.serge d28d190eec added explicit yaml separator, fixed amber compilation sequence
git-svn-id: file:///srv/svn/repo/aya/trunk@35 cec141ff-132a-4243-88a5-ce187bd62f94
2015-09-02 17:35:26 +00:00

18 lines
314 B
HTML

<html>
<head>
<title>My blog</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p>Here goes list of posts</p>
<ul>
<li>
<a href="/posts/hello.html">First post</a>
</li>
<li>
<a href="/posts/update.html">Second post</a>
</li>
</ul>
</body>
</html>