diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-17 18:57:26 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-17 18:57:26 +0900 |
| commit | 99b324fb174fbbf069bf0db39ee280590aad1f4f (patch) | |
| tree | b27c1be59b3f16c301ac0a91208d606893fb062f /cmd | |
| parent | 6f50811dc9637f0ed4f21dad1cab3d8e0f5d0a64 (diff) | |
cmd/mbf: update pkgserver title text
This makes more sense for its purpose.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mbf/internal/pkgserver/ui/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mbf/internal/pkgserver/ui/index.html b/cmd/mbf/internal/pkgserver/ui/index.html index 7bd52c78..6a5d72b4 100644 --- a/cmd/mbf/internal/pkgserver/ui/index.html +++ b/cmd/mbf/internal/pkgserver/ui/index.html @@ -5,11 +5,11 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> <link rel="icon" href="https://hakurei.app/favicon.ico"/> - <title>Hakurei PkgServer</title> + <title>Rosa OS Packages</title> <script src="index.js"></script> </head> <body> -<h1>Hakurei PkgServer</h1> +<h1>Rosa OS Packages</h1> <div class="top-controls" id="top-controls-regular"> <p>Showing entries <span id="entry-counter"></span>.</p> <span id="search-bar"> |
