interactions yay!!
This commit is contained in:
parent
b9a05bedf9
commit
f60033a3e4
30 changed files with 716 additions and 44 deletions
6
templates/embed.go
Normal file
6
templates/embed.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package templates
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *.html */*.html
|
||||
var FS embed.FS
|
1
templates/picker/main.html
Normal file
1
templates/picker/main.html
Normal file
|
@ -0,0 +1 @@
|
|||
<h1>picker!</h1>
|
Loading…
Add table
Add a link
Reference in a new issue