summaryrefslogtreecommitdiff
path: root/tests/showsimple.js
blob: a99434808fd75c6532b88e639b66dce56792fc8c (plain)
1
2
3
4
5
6
(function() {
	stag = document.createElement("script");
	document.body.appendChild(stag).src="../simplyread.js";
	simplyread();
	console.log(document.body.innerHTML);
})();