blob: b40e0cd3f5be9337ebc98be79901b9eb40e947ea [file] [log] [blame]
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script language="JavaScript">
console.clear();
console.log('message 1');
console.log('message 2');
console.log('message 3');
</script>
</body>
</html>