fork download
  1. <body>
  2. <div class=”content”>
  3. <h1>Can you spot the bug in this code?</h1>
  4. <img src=”TC_logo.jpg” alt=”Testers Challenge logo”>
  5. </div>
  6. </body>
  7.  
Success #stdin #stdout 0.02s 25896KB
stdin
Standard input is empty
stdout
<body>
<div class=”content”>
<h1>Can you spot the bug in this code?</h1>
<img src=”TC_logo.jpg” alt=”Testers Challenge logo”>
</div>
</body>