stromboli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit dac9e250905fa90f67bb1f0dd876af0cd8b70340
parent 7ace4ce7d9b99af1f9bd08cb86c4fa6eb3624e55
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu,  5 Feb 2026 12:08:25 +0000

Rename project in title and header

Diffstat:
Mmain.go | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.go b/main.go @@ -76,7 +76,7 @@ func handleIndex(w http.ResponseWriter, r *http.Request) { tmpl := `<!DOCTYPE html> <html> <head> - <title>Video Browser</title> + <title>Stromboli</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { @@ -180,7 +180,7 @@ func handleIndex(w http.ResponseWriter, r *http.Request) { </head> <body> <header> - <h1>&#x1F4F9; Video Browser</h1> + <h1>Stromboli</h1> </header> <div class="container"> <div class="browser">