added simple blog-like structure with amber, gcss, markdown
git-svn-id: file:///srv/svn/repo/aya/trunk@22 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
10
testdata/blog/.test/posts/hello.html
vendored
Normal file
10
testdata/blog/.test/posts/hello.html
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user