File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
content ="width=device-width, initial-scale=1.0, user-scalable=yes ">
7
7
< title > TodoMVC Todo List Example in VanillaJS!</ title >
8
8
< link rel ="shortcut icon "
9
- href ="favicon.ico " type ="image/x-icon ">
9
+ href ="lib/ favicon.ico " type ="image/x-icon ">
10
10
</ head >
11
11
< body >
12
12
< div id ="app "> </ div >
13
13
<!-- 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 >
18
18
< script >
19
19
var model = {
20
20
todos : [
You can’t perform that action at this time.
0 commit comments