Skip to content

Commit 362584c

Browse files
author
Xavier Araque
committed
add proper favicon.ico and PNG favicons for all devices
1 parent 0a7035d commit 362584c

6 files changed

Lines changed: 5 additions & 1 deletion

File tree

favicon-16.png

554 Bytes
Loading

favicon-32.png

1.51 KB
Loading

favicon-64.png

4.74 KB
Loading

favicon.ico

4.98 KB
Binary file not shown.

favicon.png

-67.8 KB
Binary file not shown.

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>ShellBar — Ghostty-like terminal with workflow toolbar</title>
77
<meta name="description" content="ShellBar is a Ghostty-like terminal emulator with a configurable workflow toolbar. NOT a fork — built on libghostty-vt as an independent library consumer.">
8-
<link rel="icon" type="image/png" href="favicon.png">
8+
<link rel="icon" type="image/x-icon" href="favicon.ico">
9+
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
10+
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
11+
<link rel="icon" type="image/png" sizes="64x64" href="favicon-64.png">
12+
<link rel="apple-touch-icon" sizes="128x128" href="logo.png">
913
<style>
1014
* { margin: 0; padding: 0; box-sizing: border-box; }
1115
body {

0 commit comments

Comments
 (0)