feat(rrv.sh): add favicon to rrv.sh website

This commit is contained in:
Mohammad Rafiq 2025-06-22 20:01:33 +08:00
parent c79de25dce
commit 65e169e88b
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

BIN
packages/rrv.sh/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -2,8 +2,9 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>rrv.sh</title> <title>rrv.sh</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head> </head>
<body> <body>
<h1>TESTES</h1> <h1>hi</h1>
</body> </body>
</html> </html>