Skip to content

Commit abd4c5f

Browse files
hectorhector
hector
authored and
hector
committed
Add temporary favicon
1 parent 25f540e commit abd4c5f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

devshop.ico

1.12 KB
Binary file not shown.

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<html>
22
<head>
3+
<link rel="shortcut icon" href="devshop.ico" type="image/x-icon">
4+
<link rel="icon" href="devshop.ico" type="image/x-icon">
5+
6+
<!-- Stylesheets -->
37
<link rel="stylesheet" type="text/css" href="assets/stylesheets/devshop.css">
8+
49
<title>Devshop</title>
510
</head>
611
<body>

0 commit comments

Comments
 (0)