Skip to content

Commit 14459b3

Browse files
authored
Update index.html
1 parent 1192b50 commit 14459b3

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>HTMLChat</title>
7+
<!-- Favicon for browsers -->
8+
<link rel="icon" type="image/png" sizes="32x32" href="icons/icon512-512.png">
9+
<link rel="icon" type="image/png" sizes="16x16" href="icons/icon512-512.png">
10+
11+
<!-- Apple touch icon (iOS) -->
12+
<link rel="apple-touch-icon" sizes="180x180" href="icons/icon512-512.png">
13+
14+
<!-- Manifest -->
715
<link rel="manifest" href="manifest.json">
816
<style>
917
* {
@@ -725,4 +733,4 @@ <h1>HTMLChat</h1>
725733
eruda.init();
726734
</script>
727735
</body>
728-
</html>
736+
</html>

0 commit comments

Comments
 (0)