tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

file_viewsource.html (262B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <title>Test for view source</title>
      5  </head>
      6 
      7  <body>
      8 
      9 <!--
     10  this is a multi-line comment
     11 -->
     12 
     13    <script class="testbody" type="text/javascript">
     14      // This is a script comment / text.
     15    </script>
     16 
     17  </body>
     18 </html>