Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<iframe src="https://example.com/document-builder.sjs?html=PASS"></iframe>
<script>
onload = function() {
window.print();
};
</script>
<!doctype html>
<iframe src="https://example.com/document-builder.sjs?html=PASS"></iframe>
<script>
onload = function() {
window.print();
};
</script>