Skip to content

Commit cd7874e

Browse files
added favicons
1 parent 0fa87de commit cd7874e

File tree

6 files changed

+4
-0
lines changed

6 files changed

+4
-0
lines changed

favicon-16x16.png

1.51 KB
Loading

favicon-32x32.png

2.13 KB
Loading

favicon.ico

10.7 KB
Binary file not shown.

img/favicon.afphoto

47.9 KB
Binary file not shown.

img/favicon.png

8.16 KB
Loading

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
<html>
33
<head>
44
<meta http-equiv="refresh" content="0; url=https://github.com/JS-DevTools">
5+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
6+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
57
</head>
68
<body>
79
<script>
810
window.location = 'https://github.com/JS-DevTools';
911
</script>
12+
13+
Redirecting to <a href="https://github.com/JS-DevTools">JavaScript Dev Tools</a>...
1014
</body>
1115
</html>

0 commit comments

Comments
 (0)