Skip to content

Commit 2d1265b

Browse files
authored
Merge pull request #920 from yats0x7/favicon
added Favicon
2 parents b39899b + 301909b commit 2d1265b

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

.DS_Store

22 KB
Binary file not shown.

favicon_image/.DS_Store

6 KB
Binary file not shown.

favicon_image/fav0.png

180 KB
Loading

favicon_image/fav1.png

80.1 KB
Loading

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>You Dont Need Javascript</title>
7+
<link rel="icon" type="image/png" sizes="32x32" href="favicon_image/fav0.png">
8+
<link rel="icon" type="image/png" sizes="16x16" href="favicon_image/fav0.png">
79
<style>
810
body {
911
display: flex;

0 commit comments

Comments
 (0)