Skip to content

Commit cbba75e

Browse files
committed
added favicon to index.html
1 parent 2b620fd commit cbba75e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

img/favicon/text861.png

102 KB
Loading

src/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
1616
crossorigin="anonymous"
1717
/>
18+
<link rel="shortcut icon" type="image/jpg" href="../img/favicon/text861.png"/>
1819
</head>
1920

2021
<body id="body" style="user-select: none;">
@@ -38,9 +39,9 @@
3839
<!-- <li class="nav-item">
3940
<a class="nav-link active" aria-current="page" href="#">Home</a>
4041
</li> -->
41-
<li class="nav-item">
42+
<!-- <li class="nav-item">
4243
<a class="nav-link" href="#">Features</a>
43-
</li>
44+
</li> -->
4445
<li class="nav-item">
4546
<a class="nav-link" href="./support.html">Support</a>
4647
</li>

0 commit comments

Comments
 (0)