Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Webconsole filters test page</title>
<style>
body {
color: blouge;
}
</style>
</head>
<body>
<p>Webconsole filters test page</p>
<script>
"use strict";
console.log("console log");
console.warn("console warn");
console.error("console error");
console.info("console info");
console.count("console debug");
</script>
</body>
</html>