UNPKG

106 BJavaScriptView Raw
1var fs = require('fs');
2var html = fs.readFileSync(__dirname + '/robot.html', 'utf8');
3console.log(html);