wtf auth??
This commit is contained in:
parent
607d7e121c
commit
a3a1654030
14 changed files with 337 additions and 1 deletions
9
static/embed.go
Normal file
9
static/embed.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package static
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *
|
||||
var FS embed.FS
|
||||
|
||||
// hi :3
|
||||
// dont look its rude :c
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
3
static/main.css
Normal file
3
static/main.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
font-family: "Atkinson Hyperlegible", sans-serif;
|
||||
}
|
1
static/robots.txt
Normal file
1
static/robots.txt
Normal file
|
@ -0,0 +1 @@
|
|||
# Hi cutie
|
Loading…
Add table
Add a link
Reference in a new issue