mirror of
https://git.mills.io/prologic/zs
synced 2024-11-23 05:46:11 +03:00
13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
|
html
|
||
|
head
|
||
|
title My blog
|
||
|
link[href="styles.css"][rel="stylesheet"][type="text/css"]
|
||
|
body
|
||
|
p Here goes list of posts
|
||
|
ul
|
||
|
li
|
||
|
a[href="/posts/hello.html"] First post
|
||
|
li
|
||
|
a[href="/posts/update.html"] Second post
|
||
|
|