Boanerbook title
This commit is contained in:
parent
c68207724c
commit
9512bd677d
@ -59,8 +59,8 @@ func (d *Data) indexOf(id int) int {
|
|||||||
func newData() Data {
|
func newData() Data {
|
||||||
return Data{
|
return Data{
|
||||||
Entries: []Entry{
|
Entries: []Entry{
|
||||||
newEntry("John Smith", "Hello world"),
|
newEntry("Asshole", "Hey, this is SHIT!"),
|
||||||
newEntry("Jane Doe", "This is a great guestbook"),
|
newEntry("Not Bd", "Fist my ginger pubes, faghole"),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<script src="https://unpkg.com/htmx.org/dist/htmx.min.js"></script>
|
<script src="https://unpkg.com/htmx.org/dist/htmx.min.js"></script>
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<title>Hacker Guestbook</title>
|
<title>Boanerbook</title>
|
||||||
<script>
|
<script>
|
||||||
tailwind.config = {
|
tailwind.config = {
|
||||||
theme: {
|
theme: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user