Files
aya/testdata/blog/.test/posts/hello.html
zaitsev.serge e4b40db2a7 added simple blog-like structure with amber, gcss, markdown
git-svn-id: file:///srv/svn/repo/aya/trunk@22 cec141ff-132a-4243-88a5-ce187bd62f94
2015-08-29 21:44:20 +00:00

11 lines
187 B
HTML

<html>
<head>
<title>First post</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body><h1>First post</h1>
<p>This is my first post</p>
</body>
</html>