2 lines
93 B
JavaScript
2 lines
93 B
JavaScript
var html = require('fs').readFileSync(__dirname + '/robot.html', 'utf8');
|
|
console.log(html);
|