shelfy/templates/godownloader_setting.pages.tmpl

15 lines
432 B
Cheetah
Raw Normal View History

2025-06-06 07:42:55 +00:00
<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>