mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
14 lines
600 B
Text
14 lines
600 B
Text
<form action="#/login" id="form" method="post">
|
|
<div class="input-group">
|
|
<span class="input-group-addon">http://</span>
|
|
<input type="text" name="url" class="form-control" placeholder="myserver.org:6767">
|
|
</div>
|
|
<br />
|
|
<div class="input-group">
|
|
<span class="input-group-addon"> <span class="glyphicon glyphicon-lock"> </span></span>
|
|
<input type="password" name="password" class="form-control" placeholder="Password">
|
|
</div>
|
|
<br />
|
|
<input id="submit" type="submit" value="Login" class="btn btn-success pull-right"/>
|
|
</form>
|
|
|