5 lines
83 B
HTML
5 lines
83 B
HTML
|
<html><body><script>
|
||
|
if (something) {
|
||
|
something('hey');
|
||
|
}
|
||
|
</script></body></html>
|