Cleaned up ugly HTML and renamed index.php to simplog.php
This commit is contained in:
16
user/index.php
Normal file
16
user/index.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
require "../includes/htmlcode.php";
|
||||
start_html("simlog user interface");
|
||||
?>
|
||||
|
||||
<h1>simplog user interface</h1>
|
||||
<p>
|
||||
<a href="new.php">Create new post</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="edit.php">Edit existing post</a>
|
||||
</p>
|
||||
|
||||
<?php
|
||||
end_html();
|
||||
?>
|
Reference in New Issue
Block a user