Sha256: b14ad15f771273f0296daa190e7aaa25c5a4b999cbd8ab751c0d537276158146
Contents?: true
Size: 467 Bytes
Versions: 14
Compression:
Stored size: 467 Bytes
Contents
(function() { "use strict"; var head = document.getElementsByTagName('head')[0], title = document.createElement('title'), paragraph = document.createElement('p'); title.appendChild(document.createTextNode("Phrender The Prerenderer")); head.appendChild(title); paragraph.appendChild(document.createTextNode("Hello!")); document.body.appendChild(paragraph); window.App = { run: function() { window.console.log('-- PHRENDER COMPLETE --'); } }; })();
Version data entries
14 entries across 7 versions & 1 rubygems