Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Commit d91fbe2

Browse files
committed
feat(icons): added icons
1 parent ec037f0 commit d91fbe2

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,18 @@
88
name="viewport"
99
/>
1010
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
11-
<!--head-->
11+
12+
<!-- ### Manifest and icons ### -->
13+
<!-- General -->
14+
<link rel="manifest" href="/static/site.webmanifest" />
15+
<meta name="theme-color" content="#ffffff" />
16+
<meta name="application-name" content="App" />
17+
<link rel="shortcut icon" href="/static/favicon.ico" />
18+
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png" />
19+
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png" />
20+
<!-- Apple -->
21+
<meta name="apple-mobile-web-app-title" content="App" />
22+
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png" />
1223
</head>
1324
<body>
1425
<div id="app" style="height: 100%; width: 100%"><!--app-html--></div>

0 commit comments

Comments
 (0)