diff options
Diffstat (limited to 'examples/simpleblog/index.html')
-rw-r--r-- | examples/simpleblog/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/simpleblog/index.html b/examples/simpleblog/index.html new file mode 100644 index 0000000..e628bd6 --- /dev/null +++ b/examples/simpleblog/index.html @@ -0,0 +1,14 @@ +<div id="posts"> + <h1>Recent posts</h1> + <ul> + $posts + </ul> + <a href="/posts.html">All posts...</a> +</div> + +<div class="about"> + <h1>About</h1> + <p> + This is a sample blog for educational purposes. + </p> +</div> |