adding html and body tags

master
Matt Huntington 10 years ago
parent 4d6ce04e8c
commit 97aa4b8da9

@ -61,7 +61,9 @@ fs.readFile(process.argv[2], 'utf8', function(err, data){
console.log(err);
} else {
parseFile(data, function(html){
console.log('<html><head></head><body>');
console.log(html);
console.log('</body></html>');
});
}
});

Loading…
Cancel
Save