tAdd link to main page in HTML title - scoreboard - Interactive scoreboard for CTF-like games
 (HTM) git clone git://git.z3bra.org/scoreboard.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit ad419162f0e94262dc432ec03a2b7ac6306edd33
 (DIR) parent 9caf11da5e4b7f174ddc63868d316486dcec7a4c
 (HTM) Author: Willy Goiffon <contact@z3bra.org>
       Date:   Fri, 22 Sep 2023 23:21:07 +0200
       
       Add link to main page in HTML title
       
       Diffstat:
         M html.go                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/html.go b/html.go
       t@@ -33,7 +33,7 @@ var html string = `
                <title>High scores</title>
        </head>
        <body class=flex>
       -<h1 class="title glitch" data-text="CYB3R HUNT">CYB3R HUNT</h1>
       +<h1 class="title glitch" data-text="CYB3R HUNT"><a href="/">CYB3R HUNT</a></h1>
        <h2>HIGH SCORES</h2>
        <div class="board">
        <table>