mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
5 lines
276 B
Text
5 lines
276 B
Text
<form action="#/login" id="form" method="post">
|
|
<input type="text" name="url" placeholder="YunoHost API URL" /><br />
|
|
<input type="password" name="password" placeholder="Password" /><br />
|
|
<input id="submit" type="submit" value="Login" class="btn btn-primary"/>
|
|
</form>
|