Skip to content

Commit 4e9906d

Browse files
added favicons
1 parent 65d3591 commit 4e9906d

6 files changed

Lines changed: 4 additions & 0 deletions

File tree

favicon-16x16.png

1.49 KB
Loading

favicon-32x32.png

2.11 KB
Loading

favicon.ico

7.23 KB
Binary file not shown.

img/favicon.afphoto

37.9 KB
Binary file not shown.

img/favicon.png

5.56 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/APIDevTools">
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/APIDevTools';
911
</script>
12+
13+
Redirecting to <a href="https://github.com/APIDevTools">API Dev Tools</a>...
1014
</body>
1115
</html>

0 commit comments

Comments
 (0)