Last change
on this file since 35 was 35, checked in by zaitsev.serge, 10 years ago |
added explicit yaml separator, fixed amber compilation sequence
|
File size:
314 bytes
|
Rev | Line | |
---|
[35] | 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>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.