Initial commit
bla
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
include_once("./controller/AssetHandler.php");
|
||||
AssetHandler::printAsset("logo.png", true, 128);
|
||||
?>
|
||||
<nav>
|
||||
<a href="?p=attempt_logout">log out</a> <a href="?p=">home</a> <a href="?p=destroy">simulate $_SESSION expiry</a>
|
||||
</nav>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
include_once("./controller/AssetHandler.php");
|
||||
AssetHandler::printAsset("logo.png", true, 128);
|
||||
?>
|
||||
<nav>
|
||||
<a href="?p=login">log in</a> <a href="?p=register">register</a> <a href="?p=">home</a>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user