github.com/requaos/go-readability@v0.0.0-20181130134248-61a0ddd715c5/test/removeScripts.html (about)

     1  <!DOCTYPE html>
     2  <html>
     3  
     4  <head>
     5      <title>Test Remove Scripts</title>
     6      <script></script>
     7      <script src="/lib/jquery.min.js"></script>
     8  </head>
     9  
    10  <body>
    11      <script>
    12          document.write("Hello World!")
    13      </script>
    14      <noscript>Your browser does not support JavaScript!</noscript>
    15  </body>
    16  
    17  </html>