15 lines
432 B
Cheetah
15 lines
432 B
Cheetah
<h1>Host setting</h1>
|
|
|
|
<form>
|
|
<label>List host</label>
|
|
<div class="select is-primary">
|
|
<select>
|
|
<option>Select dropdown</option>
|
|
<option value="1">Debrid-link.com</option>
|
|
</select>
|
|
</div>
|
|
<label>Username</label>
|
|
<input class="input is-primary cell" type="text" value="">
|
|
<label>Password</label>
|
|
<input class="input is-primary cell" type="password" value="">
|
|
</form> |