add favicon.ico to pc services

This commit is contained in:
zefie
2022-10-02 01:49:55 -04:00
parent ccd0d02676
commit 27e84ab3ca
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -5,11 +5,11 @@ Content-Type: text/html`
data = `<html> data = `<html>
<head> <head>
<title>zefie minisrv ${minisrv_config.version}</title> <title>zefie minisrv v${minisrv_config.version}</title>
</head> </head>
<body bgcolor="#000000" text="#449944"> <body bgcolor="#000000" text="#449944">
<p> <p>
Welcome to the zefie minisrv ${minisrv_config.version} PC Services Welcome to the zefie minisrv v${minisrv_config.version} PC Services
</p> </p>
</body> </body>
</html>`; </html>`;