Skip to content

Commit 32c737a

Browse files
committedJun 1, 2016
add favicon
1 parent 383aeee commit 32c737a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

‎index.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link rel="stylesheet" href="css/style.css" type="text/css" />
8+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
89
<script src="lib/jquery-1.11.0.min.js"></script>
910
<script src="base.js"></script>
1011
<style>input[placeholder]{text-align:center}</style>

‎microdraw-ws.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,user-scalable=no" />
77
<link rel="stylesheet" href="css/microdraw.css" type="text/css" />
8+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
89
</head>
910

1011
<body>

‎microdraw.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,user-scalable=no" />
77
<link rel="stylesheet" href="css/microdraw.css" type="text/css" />
8+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
89
</head>
910

1011
<body>

0 commit comments

Comments
 (0)
Please sign in to comment.