created default.php

master
Jakob 2020-03-08 16:31:20 +01:00
parent 782f93c46c
commit 988c264b90
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
%REQUIRE_LOGIN%
?>
<section>
<center><h1><?php echo " $username "; ?> </h1></center>
<a href="%CONTENT_DIR%/profile/?action=edit">
<button>Edit Profile</button>
</a>
</section>