Boanerbook title

This commit is contained in:
bdnugget 2024-09-18 21:59:20 +02:00
parent c68207724c
commit 9512bd677d
3 changed files with 3 additions and 3 deletions

View File

@ -59,8 +59,8 @@ func (d *Data) indexOf(id int) int {
func newData() Data {
return Data{
Entries: []Entry{
newEntry("John Smith", "Hello world"),
newEntry("Jane Doe", "This is a great guestbook"),
newEntry("Asshole", "Hey, this is SHIT!"),
newEntry("Not Bd", "Fist my ginger pubes, faghole"),
},
}
}

BIN
tmp/main

Binary file not shown.

View File

@ -6,7 +6,7 @@
<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://cdn.tailwindcss.com"></script>
<title>Hacker Guestbook</title>
<title>Boanerbook</title>
<script>
tailwind.config = {
theme: {