Skip to content

Commit 1a6243a

Browse files
committed
favicon
1 parent 2195fbc commit 1a6243a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

favicon.ico

1.12 KB
Binary file not shown.

index-dev.html

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<script type="text/javascript" src="demo/demo.js"></script>
3232
<link rel="stylesheet" type="text/css" href="css/style.css" />
3333

34+
<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />
3435
<title>blocks.js (dev) demo</title>
3536
</head>
3637
<body>

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5+
56
<!-- Third party libraries -->
67
<script type="text/javascript" src="build/jquery.js"></script>
78
<script type="text/javascript" src="build/jquery.json.min.js"></script>
@@ -19,6 +20,7 @@
1920
<script type="text/javascript" src="demo/demo.js"></script>
2021
<link rel="stylesheet" type="text/css" href="css/style.css" />
2122

23+
<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />
2224
<title>blocks.js demo</title>
2325
</head>
2426
<body>

0 commit comments

Comments
 (0)