index.html (643B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <!-- asdf < test --> 5 <!-- <script src="./a.js"></script> --> 6 <link href="./styles.css" rel="stylesheet"> 7 <script attribute=value a2 = 'val2src="wrong"' src="./a.js"></script> 8 <script a3 = "asdf"> 9 console.log("inline script"); 10 </script> 11 </head> 12 <body> 13 <h1>test page</h1> 14 a nice image: 15 <img src=./example.png alt="example image"/> 16 <!-- uncomment to test external resources ban --> 17 <!-- <img src="https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png"/> --> 18 </body> 19 </html>