Skip to content

Commit

Permalink
(xxx) update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak committed Oct 29, 2024
1 parent 3a77f84 commit 056173f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/003.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@
console.warn("This is a warning")
console.info("Very important information")
console.error("Failed to send your very important data to Google")

let x = btoa("Hello world")
console.log(x)
</script>
<h1>Check your console, there must be a few log messages there :^)</h1>
<p>There should be 5 logs.</p>

<h2>There aren't that many logs (or there's none!)</h2>
<p>File a bug report.</p>
</body>
</html>

0 comments on commit 056173f

Please sign in to comment.