1
0
forked from rosa/hakurei

cmd/mbf: bring back pkgserver's favicon!

It existed in mae's #33, but ozy seems to have lost it during her
changes pre-merge, so just add it back again.

This favicon image was grabbed from mae:
8a38b614c6/cmd/pkgserver/ui/static/favicon.ico
That commit is the latest one of the salvaged original #33 history; see
rosa/hakurei#33 (comment).
This commit is contained in:
kat
2026-05-15 19:48:10 +10:00
parent c32c06b2e8
commit 662f752116

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<link rel="icon" href="https://hakurei.app/favicon.ico"/>
<title>Hakurei PkgServer</title> <title>Hakurei PkgServer</title>
<script src="index.js"></script> <script src="index.js"></script>
</head> </head>
@@ -54,4 +55,4 @@
</footer> </footer>
<script>main();</script> <script>main();</script>
</body> </body>
</html> </html>