Fixed some HTML spacings and added a user/admin page for the user directory

This commit is contained in:
2013-07-27 02:56:46 +02:00
parent 846f9144d9
commit 40de6d2290
3 changed files with 15 additions and 2 deletions

13
user/index.html Normal file
View File

@@ -0,0 +1,13 @@
<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>