mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
15 lines
333 B
Text
15 lines
333 B
Text
<form action="/index.html#/login" id="form" method="post">
|
|
<p>
|
|
<label>Url:</label>
|
|
<input type="text" name="url" />
|
|
</p>
|
|
<p>
|
|
<label>Login:</label>
|
|
<input type="text" name="user" />
|
|
</p>
|
|
<p>
|
|
<label>Password:</label>
|
|
<input type="password" name="password" />
|
|
</p>
|
|
<input id="submit" type="submit" value="Gogogo" />
|
|
</form>
|