en.javascript.info/1-js/1-getting-started/4-devtools/bug.html
Ilya Kantor 923db1d4ad up
2015-08-15 10:25:18 +03:00

17 lines
No EOL
172 B
HTML
Executable file

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
There is an error in the script on this page.
<script>
lalala
</script>
</body>
</html>