shelfy/templates/godownloader_setting.pages.tmpl
2025-06-06 09:42:55 +02:00

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>