mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-17 06:26:02 -05:00
updated tempadmin panel with right info
This commit is contained in:
parent
ffbaf34772
commit
88d61288fa
|
|
@ -7,19 +7,21 @@
|
|||
|
||||
<h1>Admin panel here</h1>
|
||||
<h2>register</h2>
|
||||
<form action="/admin/register" method="POST">
|
||||
<form action="/admin/api/v1/register" method="POST">
|
||||
<input type="text" name="username">
|
||||
<input type="text" name="password">
|
||||
<button>submit register</button>
|
||||
</form>
|
||||
|
||||
<h2>login</h2>
|
||||
<form action="/admin/login" method="POST">
|
||||
<form action="/admin/api/v1/login" method="POST">
|
||||
<input type="text" name="username">
|
||||
<input type="text" name="password">
|
||||
<button>submit login</button>
|
||||
</form>
|
||||
|
||||
<a href="/admin/api/v1/check">Check if logged in</a>
|
||||
|
||||
{{> footer }}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user