Blame
1 97267ffd 2023-04-03 <!doctype html><html><head><title> *hello* </title></head><body> <h1> *hello* </h1> | other stuff<script>function greet() {console.log("hello, world");}(function() {greet();})();</script></body></html>2 97267ffd 2023-04-03 <!doctype html><html><head><title><hello></title></head><body> <h1><hello></h1> | other stuff<script>function greet() {console.log("hello, world");}(function() {greet();})();</script></body></html>