add favicon

This commit is contained in:
radioactivepb 2025-08-20 11:00:40 -05:00
parent afb823a91c
commit b215cff427
2 changed files with 1 additions and 0 deletions

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RadChat</title>
<link rel="stylesheet" href="/styles.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script src="/app.js" defer></script>
</head>
<body>