simplog/user/index.html

14 lines
209 B
HTML

<html><title>simplog user interface</title>
<body>
<h1>simplog user interface</h1>
<p>
<a href="newpost.html">Create new post</a>
</p>
<p>
<a href="editpost.html">Edit existing post</a>
</p>
</body>
</html>