There was an error while loading. Please reload this page.
1 parent 1192b50 commit 14459b3Copy full SHA for 14459b3
1 file changed
index.html
@@ -4,6 +4,14 @@
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
<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 -->
15
<link rel="manifest" href="manifest.json">
16
<style>
17
* {
@@ -725,4 +733,4 @@ <h1>HTMLChat</h1>
725
733
eruda.init();
726
734
</script>
727
735
</body>
728
-</html>
736
+</html>
0 commit comments