mirror of https://github.com/velour/catbase.git
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
|
package emojy
|
||
|
|
||
|
templ (p *EmojyPlugin) uploadIndex() {
|
||
|
<div class="container">
|
||
|
<label>Passphrase</label>
|
||
|
<input type="text" name="password" placeholder="Password..."></input>
|
||
|
<label>File
|
||
|
<input type="file" />
|
||
|
</label>
|
||
|
<br />
|
||
|
<button hx-post="/emojy/upload">Submit</button>
|
||
|
</div>
|
||
|
}
|