Skip to content

Commit f2671ca

Browse files
committed
add new icons and title
1 parent a14ea55 commit f2671ca

5 files changed

Lines changed: 4 additions & 3 deletions

File tree

Keypad.Flasher.Client/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/png" sizes="32x32" href="/icon-32.png" />
6+
<link rel="icon" type="image/png" sizes="16x16" href="/icon-16.png" />
7+
<link rel="apple-touch-icon" sizes="96x96" href="/icon-96.png" />
68
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Keypad.Flasher.Client</title>
9+
<title>Keypad Flasher</title>
810
</head>
911
<body>
1012
<div id="root"></div>
263 Bytes
Loading
465 Bytes
Loading
1.01 KB
Loading

Keypad.Flasher.Client/public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)