Skip to content

Commit 607f004

Browse files
committed
add favicon.ico to examples/todo-list to avoid #65 (comment)
1 parent e08461b commit 607f004

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/todo-list/favicon.ico

1.12 KB
Binary file not shown.

examples/todo-list/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
content="width=device-width, initial-scale=1.0, user-scalable=yes">
77
<title>Elm(ish) Todo List!</title>
88
<link rel="shortcut icon"
9-
href="https://www.dwyl.io/images/favicon.ico" type="image/x-icon">
9+
href="/favicon.ico" type="image/x-icon">
1010
</head>
1111
<body>
1212
<div id="app"></div>

0 commit comments

Comments
 (0)