Skip to content

Commit b5732fd

Browse files
committed
reference resources in /lib
1 parent f50aad7 commit b5732fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
content="width=device-width, initial-scale=1.0, user-scalable=yes">
77
<title>TodoMVC Todo List Example in VanillaJS!</title>
88
<link rel="shortcut icon"
9-
href="favicon.ico" type="image/x-icon">
9+
href="lib/favicon.ico" type="image/x-icon">
1010
</head>
1111
<body>
1212
<div id="app"></div>
1313
<!-- CSS Styles are 100% optional. but they make it look *much* nicer -->
14-
<link rel="stylesheet" href="todomvc-common-base.css">
15-
<link rel="stylesheet" href="todomvc-app.css">
16-
<script src="elmish.js"></script>
17-
<script src="todo-app.js"></script>
14+
<link rel="stylesheet" href="lib/todomvc-common-base.css">
15+
<link rel="stylesheet" href="lib/todomvc-app.css">
16+
<script src="lib/elmish.js"></script>
17+
<script src="lib/todo-app.js"></script>
1818
<script>
1919
var model = {
2020
todos: [

0 commit comments

Comments
 (0)