forked from team/site
1
0
Fork 0
tilde.team/admin/index.php

14 lines
237 B
PHP

<?php
include __DIR__.'/../header.php';
?>
<h1>tilde.team admin console</h1>
<form action="auth.php">
<input name="username" type="text">
<input name="password" type="password">
</form>
<?php
include __DIR__.'/../footer.php';