Ugly favicon for settings web UI

This commit is contained in:
Adam Gastineau 2025-08-13 20:12:08 -07:00
parent 52722f5b2c
commit a7f15ffcbd
2 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PenumbraOS Settings</title>
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB