UNPKG

121 BJavaScriptView Raw
1var fs = require('fs');
2fs.readFile(__dirname + '/robot.html', 'utf8', function (err, html) {
3 console.log(html);
4});