UNPKG

igneous

Version:

Automatic asset bundling and deployment

9 lines (6 loc) 161 B
var test2 = true; window.onload = function(){ if( test1 && test2 && test3 ){ document.body.innerHTML = '<h1>Everything seems in order.</h1>'; } };