UNPKG

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