html-quine.html
2017-01-24 20:21
html (+js) quine using data:text/html, for the url bar of a browser.
data:text/html,<html><body><div></div><script>document.getElementsByTagName('div')[0].innerText = 'data:text/html,' + document.getElementsByTagName('html')[0].innerHTML</script></body></html>