blob: a61ed63f284b04f6e8853a28854cd41e143e81ad [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
console.log("Hello world!");
console.log("Hello world!", "argument1", "argument2");
</script>
</head>
<body>
</body>
</html>