diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-04-09 20:47:24 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-04-09 20:47:24 +0200 |
| commit | 073d75628c8c9dbb84615672c855f858ea7e07cf (patch) | |
| tree | 64dbd4b47afca987c8006c8d13260f316b3056a8 /pages/index.mustache | |
| parent | 0b8ae377c19e0c7adc3483d319456a86a3f5ef24 (diff) | |
Rename to tirclogv
Diffstat (limited to 'pages/index.mustache')
| -rw-r--r-- | pages/index.mustache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/index.mustache b/pages/index.mustache index a62bbaf..9b1c077 100644 --- a/pages/index.mustache +++ b/pages/index.mustache @@ -2,14 +2,14 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>ircbrowse2</title> + <title>tirclogv</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/style.css"> </head> <body> <div id="gridwrapper" data-page="index"> <main> - <h1><span lang="ja">改めて</span> ircbrowse</h1> + <h1>IRC logs</h1> {{#networks}} <h2>{{name}}</h2> {{#channels}} @@ -18,7 +18,7 @@ {{/networks}} </main> <footer> - An IRC log viewer by + tirclogv — An IRC log viewer by <a href="https://tomsmeding.com">Tom Smeding</a>. </footer> </div> |
