File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
1
2
< head >
2
3
< link href ="https://fonts.googleapis.com/css?family=Source+Sans+Pro:600 " rel ="stylesheet ">
3
4
< link href ="styles/list.css " rel ="stylesheet " type ="text/css ">
@@ -770,4 +771,4 @@ <h3>03_A</h3>
770
771
< span class ="btn--link "> Cover_Lines</ span >
771
772
</ a >
772
773
</ nav > </ section >
773
- </ body >
774
+ </ body >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ for (var libName in sources) {
19
19
20
20
// generate index.html file with links to all sketches
21
21
var sketches = glob . sync ( '../0*/*_*/sketch.js' ) ;
22
- var html = '<head>\n' ;
22
+ var html = '<!DOCTYPE html>\n< head>\n' ;
23
23
html += '\t<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:600" rel="stylesheet">\n' ;
24
24
html += '\t<link href="styles/list.css" rel="stylesheet" type="text/css">\n' ;
25
25
html += '</head>\n<body>\n<section><nav>\n' ;
@@ -39,5 +39,5 @@ sketches.forEach(function(sketchPath) {
39
39
html += '\t<span class="btn--link">' + name + '</span>\n' ;
40
40
html += '</a>\n' ;
41
41
} ) ;
42
- html += '</nav></section>\n</body>' ;
42
+ html += '</nav></section>\n</body>\n ' ;
43
43
fs . write ( '../index.html' , html ) ;
You can’t perform that action at this time.
0 commit comments