index.html 83 B

12345
  1. <html><body><script>
  2. if (something) {
  3. something('hey');
  4. }
  5. </script></body></html>